chore(deps): bump sonarqube-scan-action v5 → v6 (supersedes #71)#75
chore(deps): bump sonarqube-scan-action v5 → v6 (supersedes #71)#75kienbui1995 merged 1 commit intomainfrom
Conversation
Supersedes #71 (Dependabot PR cannot access SONAR_TOKEN, so the SonarCloud Scan check always fails on that PR). The v6 breaking change only affects workflows that pass the `args` input with quoted values; this workflow passes only `projectBaseDir: .`, so no further changes are needed. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe SonarCloud GitHub Actions workflow has been updated to use version 6 of the SonarSource/sonarqube-scan-action, replacing the previously referenced version 5. The step inputs and environment variables remain unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Supersedes #76 (same Dependabot SONAR_TOKEN issue as #71/#75). The v4 release excludes hidden files (dotfiles) by default. The workflow uploads docs/site/, which contains only index.html — no dotfiles — so the breaking change does not affect this pipeline. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
…) (#78) * chore(deps): bump actions/upload-pages-artifact from v3 to v5 Supersedes #76 (same Dependabot SONAR_TOKEN issue as #71/#75). The v4 release excludes hidden files (dotfiles) by default. The workflow uploads docs/site/, which contains only index.html — no dotfiles — so the breaking change does not affect this pipeline. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ * chore(deps): bump rustls-webpki to 0.103.13 for RUSTSEC-2026-0104 Fresh transitive advisory: panic during CRL parsing. Blocks License & Supply Chain and Dependency Audit on main, not specific to this PR. Folding the fix here to unblock CI. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ --------- Co-authored-by: Claude <noreply@anthropic.com>



What
Bumps
SonarSource/sonarqube-scan-actionfromv5tov6in.github/workflows/sonarcloud.yml.Why
Supersedes #71. That PR was opened by Dependabot and its
SonarCloud Scancheck fails because Dependabot-triggered workflows don't receiveSONAR_TOKENby default — a GitHub-level secret scoping issue, not a problem with the bump itself. Re-submitting from a regular branch so the scan can authenticate and validate the upgrade.How
One-line change:
@v5→@v6.The v6 release introduces a breaking change in how the
argsinput is parsed (quotes handling). This workflow only setsprojectBaseDir: .and passes noargs, so the breaking change does not apply.Test plan
SonarCloud Scan(the target of the upgrade)https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
Summary by CodeRabbit