SONARJAVA-6342 Update GitHub Action to use version 7 for release workflow#5595
SONARJAVA-6342 Update GitHub Action to use version 7 for release workflow#5595
Conversation
SummaryThis PR updates the release workflow to use version 7 of the What reviewers should knowWhat to review:
Context:
|
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change. gh-action_release is referenced in exactly one place in the repository, so there are no version consistency issues across workflows. Pinning to a mutable tag (@v7) is consistent with the pattern used throughout this codebase (automated-release.yml uses @v1, releasability.yaml uses @v3).
The one thing worth confirming before merge: verify that all with: parameters passed to the action (publishToBinaries, mavenCentralSync, slackChannel, version, releaseId, dryRun) are still valid in v7. If v7 renamed or removed any of these inputs, the workflow will silently skip or fail those steps. Since gh-action_release is an internal SonarSource action, the team maintaining it should be able to confirm compatibility quickly.





No description provided.