We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d1e66 commit 27ec244Copy full SHA for 27ec244
.github/workflows/releasability.yaml
@@ -11,6 +11,7 @@ jobs:
11
id-token: write
12
contents: read
13
steps:
14
- - uses: SonarSource/gh-action_releasability/releasability-status@62361890d80f7bd59bdc1e43a3f9c17aa521f9cf # v2.0.1
+ - uses: SonarSource/gh-action_releasability@v2
15
+ id: releasability-checks
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments