Skip to content

Commit 27ec244

Browse files
Use more appropriate releasability_checks task instead (#4846)
1 parent 18d1e66 commit 27ec244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/releasability.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
id-token: write
1212
contents: read
1313
steps:
14-
- uses: SonarSource/gh-action_releasability/releasability-status@62361890d80f7bd59bdc1e43a3f9c17aa521f9cf # v2.0.1
14+
- uses: SonarSource/gh-action_releasability@v2
15+
id: releasability-checks
1516
env:
1617
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)