JAVASE-200 Update GitHub Action to use version 7 for release workflow#86
JAVASE-200 Update GitHub Action to use version 7 for release workflow#86
Conversation
SummaryThis PR upgrades the The change is minimal and focused — only the version tag is updated from What reviewers should knowWhat to review:
No gotchas: This is a straightforward action version bump with no complex dependencies or breaking changes evident from the diff.
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change. The rest of the workflow inputs (publishToBinaries, mavenCentralSync, slackChannel, version, releaseId, dryRun) and permissions (id-token: write, contents: write) are untouched.
- Using a mutable semver tag (
@v7) is consistent with every other SonarSource action in this repo — no codebase convention is violated. - No stale
@v6references togh-action_releaseremain elsewhere in.github/workflows/. - The two release workflows (
release.ymlandautomated-release.yml) use different upstream actions for genuinely different concerns — no logic duplication.
|





No description provided.