fix: pin dependabot-automerge reusable workflow to SHA - #90
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 |
Self-review
No issues found. @don-petry — CI is green, no review concerns. Ready for merge. |
There was a problem hiding this comment.
Pull request overview
Pins the org-level Dependabot auto-merge reusable workflow reference to an immutable commit SHA to satisfy the repository’s action-pinning compliance policy (Issue #58).
Changes:
- Update
.github/workflows/dependabot-automerge.ymlto usepetry-projects/.github/...@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1instead of@v1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Superseded by automated re-review at
|
donpetry-bot
left a comment
There was a problem hiding this comment.
Automated review — APPROVED ✓
Risk: LOW
Reviewed commit: ee6d1e18b6372f964e4c20d3aacbbcb84caa160f
Cascade: triage → deep (triage: haiku 4.5 → deep: sonnet 4.6 + duck: o4-mini → audit: opus 4.7)
Summary
This PR is a no-op: 0 changed files, 0 additions, 0 deletions. The compliance fix (SHA-pinning the reusable workflow ref) is already present in main — both branches are identical. CI is fully green (CodeQL, SonarQube, CodeRabbit all passed). The only blocker is a stale bot review whose findings section contains only the template placeholder '[Findings would be inserted here]', which should be dismissed as it represents a prior review-pipeline bug rather than a real finding.
Findings
- INFO: The PR diff is empty (0 changed files, 0 additions, 0 deletions). The target branch already contains the intended SHA-pin change. Merging this PR makes no modification to the repository.
- MINOR: The workflow file on main pins to SHA e6d47e0571ad88f1c4944be17da5b913dcc8c4e4 annotated '# v1', but the current v1 tag in petry-projects/.github resolves to d3d768dabb7f28cc63283cdfe48630da53700e50 (2026-05-13). The pinned commit (2026-05-15) is newer than v1 and the comment label is therefore inaccurate. This is a pre-existing issue in main and is not introduced by this PR.
- INFO: A prior automated review (cycle 1/3, SHA 0ba4043) posted a 'fix-requested' decision whose findings section is a verbatim template placeholder: '[Findings would be inserted here]'. This is a review-pipeline bug — no actual findings were generated. The review should be dismissed so the org-leads team can complete their required approval.
- INFO: All CI checks pass: CodeQL (SUCCESS), SonarQube Quality Gate (0 new issues, 0 security hotspots), CodeRabbit (SUCCESS).
Reviewed by the PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: o4-mini → audit: opus 4.7). Reply if you need a human review.
|
* fix: pin dependabot-automerge reusable workflow to SHA Pins petry-projects/.github reusable workflow from @v1 to commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d (v1) to satisfy the action-pinning policy. Closes #58. Co-authored-by: don-petry <don-petry@users.noreply.github.com> * retrigger: bump workflows to run checks --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: don-petry <don-petry@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <claude@anthropic.com>



Summary
petry-projects/.github/.github/workflows/dependabot-automerge-reusable.ymlfrom@v1to its commit SHAee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1Closes #58.
Generated with Claude Code