SONARJAVA-6254 Use mise to install mvn in PrepareNextIteration.yml#5571
Conversation
SummaryThis PR adds the What reviewers should knowWhat changed: What to verify:
No breaking changes — this is a pure addition that fixes a missing dependency issue on the new runners.
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal fix. The mise.toml at the repo root declares maven = "3.9", so mise will install it when the action runs — the Update Version Number step's mvn call will work correctly. The pinned commit hash and mise version match what's used across all jobs in build.yml, keeping things consistent.
dorian-burihabwa-sonarsource
left a comment
There was a problem hiding this comment.
Thanks for the fix. Could we update to a greater version of mise-action?
Co-authored-by: Dorian Burihabwa <75226315+dorian-burihabwa-sonarsource@users.noreply.github.com>
Co-authored-by: tomasz-tylenda-sonarsource <tomasz-tylenda-sonarsource@users.noreply.github.com>
This reverts commit 35afae4.
|





Recent migration from GH runners to sonar runners broke the workflow, because our runners do not have
mvn.