fix: pin actions/checkout to SHA in repair-pr-approvals.yml#77
fix: pin actions/checkout to SHA in repair-pr-approvals.yml#77don-petry wants to merge 0 commit into
Conversation
|
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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
Self-review complete — change looks correct. The single-line diff pins @don-petry please review and merge when ready. |
There was a problem hiding this comment.
Pull request overview
Pins actions/checkout in the repair-pr-approvals GitHub Actions workflow to a specific commit SHA to satisfy the repository’s Action Pinning Policy and resolve compliance issue #52.
Changes:
- Replace
actions/checkout@v4withactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5while preserving the# v4tag comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Auto-rebase blocked — the base branch contains Please rebase this branch manually: |
|
|
Auto-rebase failed — merge conflict — this branch has conflicts with Please resolve the conflicts and push: |
Pull request was closed
bd6719e to
025b335
Compare



Summary
Pins
actions/checkout@v4to its commit SHA (34e114876b0b11c390a56381ad16ebd13914f8d5) in.github/workflows/repair-pr-approvals.ymlto comply with the Action Pinning Policy.The tag comment
# v4is preserved for human readability.Closes #52
Generated with Claude Code