Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
=======================================
Coverage 86.66% 86.66%
=======================================
Files 5 5
Lines 270 270
Branches 53 53
=======================================
Hits 234 234
Misses 1 1
Partials 35 35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Results 5 files 5 suites 1m 1s ⏱️ Results for commit c6f1c72. ♻️ This comment has been updated with latest results. |
36d7547 to
c6f1c72
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|



Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
v5.3.0->v6.0.0Release Notes
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v6.0.0Compare Source
BREAKING CHANGE!
In order to prevent command-line injection, the actions has been rewritten from Bash to JS, and the
argsinput 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
argspassing examples, please refer to the README fileWhat's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0
v5.3.2Compare Source
Full Changelog: SonarSource/sonarqube-scan-action@v5.3.1...v5.3.2
v5.3.1Compare Source
OVERLOOKED BREAKING CHANGE!
In order to prevent command-line injection, the way to parse the
argsinput has been changed, but this is possibly a breaking change regarding support of quotes.For example, if you were previously passing:
you should now pass:
Edit: We have now released v6 that more accurately reflect this breaking change.
What's Changed
New Contributors
Full Changelog: SonarSource/sonarqube-scan-action@v5...v5.3.1
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.