From 570c18569bb7574f118997d5b36e1df0942ccfb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:31:19 +0200 Subject: [PATCH] chore(deps): update sonarsource/gh-action_releasability action to v1.2.3 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 880db3a..33ca877 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@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1 + - uses: SonarSource/gh-action_releasability/releasability-status@0295eda42f8c7d4ca68648e510189255b36ed7d9 # 1.2.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}