Migrate release workflow to gh-action_release v7#85
Merged
mostafa-mohammed-sonarsource merged 1 commit intomasterfrom May 6, 2026
Merged
Migrate release workflow to gh-action_release v7#85mostafa-mohammed-sonarsource merged 1 commit intomasterfrom
mostafa-mohammed-sonarsource merged 1 commit intomasterfrom
Conversation
v6 is deprecated and replaced by v7 for immutable releases and tags. Switch release triggering from the deprecated release:published event to manual workflow_dispatch with a required full version input, and pass that version to the reusable workflow. Rationale: Release and Tag Immutability guidance https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/5141594243/Release+and+Tag+Immutability+-+GitHub#gh-action_release-%E2%80%94-migrate-to-v7
Contributor
Author
|
This change is part of the following stack: Change managed by git-spice. |
|
SummaryThis PR upgrades the release workflow from gh-action_release v6 to v7 and changes the trigger mechanism from automatic (on release:published) to manual (workflow_dispatch). Key changes:
This implements SonarSource's Release and Tag Immutability guidance to ensure better control over release artifacts and versioning. What reviewers should knowWhat changed:
For reviewers:
|
mostafa-mohammed-sonarsource
approved these changes
May 6, 2026
mostafa-mohammed-sonarsource
left a comment
There was a problem hiding this comment.
Thanks for taking care of this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





v6 is deprecated and replaced by v7 for immutable releases and tags.
Switch release triggering from the deprecated release:published event to manual workflow_dispatch with a required full version input, and pass that version to the reusable workflow.
Rationale: Release and Tag Immutability guidance
https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/5141594243/Release+and+Tag+Immutability+-+GitHub#gh-action_release-%E2%80%94-migrate-to-v7