chore(deps): update sonarsource/sonarqube-scan-action action to v6 #35
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sonarsource-sonarqube-scan-action-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v5.3.1
->v6.0.0
Release Notes
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v6.0.0
Compare Source
BREAKING CHANGE!
In order to prevent command-line injection, the actions has been rewritten from Bash to JS, and the
args
input is now parsed differently. When updating to v6, you might have to update your workflow to change how arguments are quoted.For example, if you were previously passing:
you should now pass:
For more
args
passing examples, please refer to the README fileWhat's Changed
Full Changelog: https://github.com/SonarSource/sonarqube-scan-action/compare/v5.3.1...v6.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Decision: Accept
Change Score: 10/10
The proposed change updates the SonarQube scan action in multiple workflow files from version 5.3.1 to version 6.0.0. This is a straightforward version update. Ensure that the new version doesn't introduce any breaking changes to your workflow or require any configuration updates.