From 4d3453dcac9de05e49d0363112bde63442480188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:20:43 +0000 Subject: [PATCH] chore(deps): update sonarsource/gh-action_releasability action to v2.1.2 --- .github/workflows/releasability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 3e69063..ee5bd41 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -18,6 +18,6 @@ jobs: && github.event.check_suite.conclusion == 'success' && github.event.check_suite.app.slug == 'cirrus-ci' steps: - - uses: SonarSource/gh-action_releasability/releasability-status@3b4cd825239b4b793482f9a7319bc465e0fa0891 # 2.1.0 + - uses: SonarSource/gh-action_releasability/releasability-status@c473fad674553bc398eead1c0d18d5bb85d2f05e # 2.1.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}