JACOCO-117 Update GitHub Action to use version 7 for release workflow#196
JACOCO-117 Update GitHub Action to use version 7 for release workflow#196
Conversation
SummaryUpdates the What reviewers should knowWhat to check:
File modified: This is a low-risk change unless v7 introduced incompatible parameter changes or new prerequisites.
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change. The single-line bump from @v6 to @v7 in release.yml is the only modification, and no other workflow references gh-action_release — so there's no consistency gap elsewhere. The automated-release.yml workflow uses a different action (release-github-actions) and is unaffected.
The existing inputs (publishToBinaries, mavenCentralSync, slackChannel, version, releaseId, dryRun) and permissions (id-token: write, contents: write) are all carried over unchanged. Tag-based pinning (@v7 rather than a commit SHA) is consistent with how other SonarSource shared actions are referenced in this repo (e.g., release-github-actions@v1).
|





No description provided.