Skip to content

Commit 4d41c4d

Browse files
SONARJAVA-5764 Update GH release and releasability actions (#5298)
1 parent 48b2c19 commit 4d41c4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ReleasabilityCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event.check_suite.app.slug == 'cirrus-ci'
2626
steps:
2727
- uses: >-
28-
SonarSource/gh-action_releasability/releasability-status@v2
28+
SonarSource/gh-action_releasability/releasability-status@v3
2929
with:
3030
optional_checks: "Jira"
3131
env:

.github/workflows/releasability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "LATEST_VERSION=${{ github.event.inputs.version }}" >> "$GITHUB_OUTPUT"
4545
fi
4646
47-
- uses: SonarSource/gh-action_releasability@v2
47+
- uses: SonarSource/gh-action_releasability@v3
4848
id: releasability
4949
with:
5050
branch: ${{ github.ref_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
id-token: write
1414
contents: write
15-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
15+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
1616
with:
1717
publishToBinaries: true
1818
mavenCentralSync: true

0 commit comments

Comments
 (0)