We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202c36d commit e8fa82dCopy full SHA for e8fa82d
.github/workflows/releasability.yml
@@ -20,7 +20,7 @@ jobs:
20
github.event.check_suite.app.slug == 'cirrus-ci'
21
steps:
22
- uses: >-
23
- SonarSource/gh-action_releasability/releasability-status@v2
+ SonarSource/gh-action_releasability/releasability-status@v3
24
with:
25
optional_checks: "Jira"
26
env:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
id-token: write
14
contents: write
15
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
16
17
publishToBinaries: true
18
slackChannel: squad-web
0 commit comments