Skip to content

Commit fcd574c

Browse files
Update GH release and releasability actions
1 parent 432effe commit fcd574c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)