From 4c253f870f85a2f0e3a6469dc04fd6aea79f3b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:58:49 +0000 Subject: [PATCH] chore(deps): update sonarsource/gh-action_releasability action to v1.2.1 --- .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 aded043..880db3a 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@v1.2.0 + - uses: SonarSource/gh-action_releasability/releasability-status@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}