From 27ec244ea12ab8b605cfc4da6793a2c626a60b5f Mon Sep 17 00:00:00 2001 From: Johann Beleites Date: Fri, 9 Aug 2024 17:09:32 +0200 Subject: [PATCH] Use more appropriate releasability_checks task instead (#4846) --- .github/workflows/releasability.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 46990b579d4..435104be381 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -11,6 +11,7 @@ jobs: id-token: write contents: read steps: - - uses: SonarSource/gh-action_releasability/releasability-status@62361890d80f7bd59bdc1e43a3f9c17aa521f9cf # v2.0.1 + - uses: SonarSource/gh-action_releasability@v2 + id: releasability-checks env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}