chore: pin GitHub Actions to immutable SHAs#48
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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. Review rate limit: 0/1 reviews remaining, refill in 5 minutes and 52 seconds.Comment |
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit 8eb9f5f. Configure here.
| continue-on-error: true | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
There was a problem hiding this comment.
Pinned SHA references outdated v4.1.1 instead of latest v4
Medium Severity
The SHA b4ffde65f46336ab88eb53be808477a3936bae11 corresponds to actions/checkout v4.1.1 (October 2023), but the latest v4 release is v4.3.1 (November 2025). Pinning to a version that's over two years old for "supply chain security" is counterproductive, as it misses subsequent security and bug fixes in the v4 line. The pinned SHA needs to reference the most recent v4.x release.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 8eb9f5f. Configure here.





Pin GitHub Actions to immutable SHA references for supply chain security.
🤖 Generated with Claude Code
Note
Low Risk
Low risk workflow-only change; it just pins
actions/checkoutto a specific commit for supply-chain hardening with no effect on application runtime behavior.Overview
Pins
actions/checkoutfrom@v4to an immutable commit SHA (v4.1.1) in thefr-coverageandquality-gateGitHub Actions workflows to improve CI supply-chain security.Reviewed by Cursor Bugbot for commit 8eb9f5f. Bugbot is set up for automated code reviews on this repo. Configure here.