GHA-156 Add Bump Project Version Action to update version in Maven and Gradle files#95
Conversation
… files # Conflicts: # README.md
…token input Replace the third-party peter-evans/create-pull-request action with SonarSource/release-github-actions/create-pull-request, remove the Vault step, and replace the secret-name input with an optional token input. Update README to document all inputs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
96143d8 to
61a1bcd
Compare
SonarQube reviewer guideSummary: Introduces a new "Bump Project Version" GitHub Action that automates version updates in Maven and Gradle files with module exclusion support. Review Focus: Pay close attention to the version bumping logic in Start review at:
|
karim-ouerghemmi-sonarsource
left a comment
There was a problem hiding this comment.
LGTM. Just a question/concern regarding env.TITLE_MESSAGE usage.




Summary
bump-versioncomposite action that updates version in Maven (pom.xml) and Gradle (gradle.properties) filescreate-pull-requestaction instead ofpeter-evans/create-pull-requestTest plan
test-bump-versionworkflow to verify the bump script works correctlypull-request-urloutput is correctly populatedTest Results
Created PR: https://github.com/SonarSource/sonar-rpg/pull/343
Use of Action: https://github.com/SonarSource/sonar-rpg/pull/342/changes
(need to be updated after this action is released)
Caution
This will not work before the next v1 release as we are depending on the
create-pull-requestaction which will be added in v1🤖 Generated with Claude Code