fix(ci): bump sonarcloud reusable workflow SHA and pin remaining @main refs#39
fix(ci): bump sonarcloud reusable workflow SHA and pin remaining @main refs#39williaby wants to merge 1 commit into
Conversation
…refs Update sonarcloud.yml to org reusable workflow SHA 6bad2f898 (which upgrades to sonarqube-scan-action v7.2.0 and resolves the /analysis/analyses 404 bug on new projects), and correct sonar-organization to williaby (the actual SonarCloud account name). Pin all remaining @main references to ByronWilliamsCPA/.github reusable workflows to SHA e067cdb7294f6221dbde74ef1f4c3ca735eed570 to satisfy supply-chain pinning requirements. Closes #22 https://claude.ai/code/session_01AhVcx2FwNFMhtwFCNnmh8L
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (13)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This PR hardens CI workflow supply-chain usage by pinning reusable GitHub Actions workflows to commit SHAs and updates the SonarCloud workflow to use the intended reusable workflow revision and organization.
Changes:
- Updates SonarCloud reusable workflow SHA and changes
sonar-organizationtowilliaby. - Pins remaining reusable workflow
@mainreferences to fixed commit SHAs. - Leaves prose-only
@mainreferences in workflow documentation unchanged.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/sonarcloud.yml |
Updates SonarCloud reusable workflow pin and organization input. |
.github/workflows/slsa-provenance.yml |
Pins SLSA reusable workflow to a commit SHA. |
.github/workflows/security-analysis.yml |
Pins security analysis reusable workflow to a commit SHA. |
.github/workflows/scorecard.yml |
Pins Scorecard reusable workflow to a commit SHA. |
.github/workflows/sbom.yml |
Pins SBOM reusable workflow to a commit SHA. |
.github/workflows/reuse.yml |
Pins REUSE reusable workflow to a commit SHA. |
.github/workflows/qlty.yml |
Pins Qlty coverage reusable workflow to a commit SHA. |
.github/workflows/python-compatibility.yml |
Pins Python compatibility reusable workflow to a commit SHA. |
.github/workflows/mutation-testing.yml |
Pins mutation testing reusable workflow to a commit SHA. |
.github/workflows/fips-compatibility.yml |
Pins FIPS compatibility reusable workflow to a commit SHA. |
.github/workflows/docs.yml |
Pins documentation reusable workflow to a commit SHA. |
.github/workflows/coverage.yml |
Pins coverage upload reusable workflow to a commit SHA. |
.github/workflows/codecov.yml |
Pins Codecov reusable workflow to a commit SHA. |
| uses: ByronWilliamsCPA/.github/.github/workflows/python-sonarcloud.yml@6bad2f898be1d387b8424e9deddefa519674cb19 # main | ||
| with: | ||
| sonar-organization: byronwilliamscpa | ||
| sonar-organization: williaby |



Summary
Closes #22
sonarcloud.yml: Bumped theByronWilliamsCPA/.githubpython-sonarcloud.ymlpin to6bad2f898be1d387b8424e9deddefa519674cb19(which upgrades tosonarqube-scan-actionv7.2.0 and resolves the/analysis/analyses404 bug on new projects, per org.githubPR 43).sonarcloud.yml: Correctedsonar-organizationfrombyronwilliamscpatowilliaby(the actual SonarCloud account name).fips-compatibility,qlty,security-analysis,reuse,mutation-testing,sbom,docs,slsa-provenance,scorecard,codecov,coverage,python-compatibility): Pinned all remaining@mainrefs toe067cdb7294f6221dbde74ef1f4c3ca735eed570 # mainto satisfy supply-chain pinning requirements.pr-validation.ymlwas already pinned to a specific SHA, so it was left unchanged. The@mainreferences remaining in.github/workflows/README.mdare prose/documentation, not actualuses:invocations.Test plan
/analysis/analyses404williabyorganizationhttps://claude.ai/code/session_01AhVcx2FwNFMhtwFCNnmh8L
Generated by Claude Code