We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d56d0 commit 515260bCopy full SHA for 515260b
.github/workflows/releasability.yml
@@ -18,7 +18,7 @@ jobs:
18
&& github.event.check_suite.conclusion == 'success'
19
&& github.event.check_suite.app.slug == 'cirrus-ci'
20
steps:
21
- - uses: SonarSource/gh-action_releasability/releasability-status@2.2.0
+ - uses: SonarSource/gh-action_releasability/releasability-status@v3
22
with:
23
optional_checks: "Jira"
24
env:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
contents: write
12
id-token: write
13
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
14
15
publishToBinaries: true
16
mavenCentralSync: true
0 commit comments