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 432effe commit fcd574cCopy full SHA for fcd574c
.github/workflows/releasability.yaml
@@ -44,7 +44,7 @@ jobs:
44
echo "LATEST_VERSION=${{ github.event.inputs.version }}" >> "$GITHUB_OUTPUT"
45
fi
46
47
- - uses: SonarSource/gh-action_releasability@v2
+ - uses: SonarSource/gh-action_releasability@v3
48
id: releasability
49
with:
50
branch: ${{ github.ref_name }}
.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
mavenCentralSync: true
0 commit comments