fix: pin dependabot-automerge reusable workflow to SHA - #72
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: Path: .coderabbit.yaml Review profile: CHILL 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 |
|
@don-petry — PR is ready for review and merge. |
There was a problem hiding this comment.
Pull request overview
Pins the Dependabot auto-merge reusable workflow reference to an immutable commit SHA to comply with the repository’s action-pinning policy and clear the compliance audit finding (#58).
Changes:
- Update
.github/workflows/dependabot-automerge.ymlto use the resolved commit SHA instead of the movingv1tag for the reusable workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| contents: read | ||
| pull-requests: read | ||
| uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@v1 | ||
| uses: petry-projects/.github/.github/workflows/dependabot-automerge-reusable.yml@ae9709f4466dec60a5733c9e7487f69dcd004e05 # v1 |
There was a problem hiding this comment.
The header comment says you "MUST NOT change" the uses: line, but this PR intentionally changes it to satisfy the action-pinning policy. Please update the header guidance to allow/expect SHA pinning (or clarify that pinning the ref is the only permitted change), so future contributors aren’t misled.
Superseded by automated re-review at
|
|
@claude Please address all open review comments on this PR from CodeRabbit and Copilot. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Pull request was closed
|
|
Auto-rebase failed — merge conflict — this branch has conflicts with Please resolve the conflicts and push: |
Review — fix requested (cycle 2/3)The automated review identified the following issues. Please address each one: Findings to fix[Findings would be inserted here] Additional tasks
The review cascade will automatically re-review after new commits are pushed. |
Review — fix requested (cycle 2/3)The automated review identified the following issues. Please address each one: Findings to fix[Findings would be inserted here] Additional tasks
The review cascade will automatically re-review after new commits are pushed. |
17d312d to
9b1d0c2
Compare



Summary
petry-projects/.github/.github/workflows/dependabot-automerge-reusable.ymlfrom the@v1tag to its resolved commit SHA (ae9709f4466dec60a5733c9e7487f69dcd004e05)Closes #58
Generated with Claude Code