File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
github.event.check_suite.app.slug == 'cirrus-ci'
26
26
steps :
27
27
- uses : >-
28
- SonarSource/gh-action_releasability/releasability-status@v2
28
+ SonarSource/gh-action_releasability/releasability-status@v3
29
29
with:
30
30
optional_checks: "Jira"
31
31
env:
Original file line number Diff line number Diff line change 44
44
echo "LATEST_VERSION=${{ github.event.inputs.version }}" >> "$GITHUB_OUTPUT"
45
45
fi
46
46
47
- - uses : SonarSource/gh-action_releasability@v2
47
+ - uses : SonarSource/gh-action_releasability@v3
48
48
id : releasability
49
49
with :
50
50
branch : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 12
12
permissions :
13
13
id-token : write
14
14
contents : write
15
- uses : SonarSource/gh-action_release/.github/workflows/main.yaml@v5
15
+ uses : SonarSource/gh-action_release/.github/workflows/main.yaml@v6
16
16
with :
17
17
publishToBinaries : true
18
18
mavenCentralSync : true
You can’t perform that action at this time.
0 commit comments