fix: pin dependabot-automerge reusable workflow to SHA#133
fix: pin dependabot-automerge reusable workflow to SHA#133
Conversation
Pin `dependabot-automerge-reusable.yml` reference from floating `@v1` tag to its resolved commit SHA to satisfy the action-pinning policy. Closes #85 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 45 minutes and 21 seconds. ⌛ 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 complete — no issues found. The change is a minimal one-line update pinning the floating @don-petry as CODEOWNER, please review and merge when CI is green. |
|
There was a problem hiding this comment.
Pull request overview
Pins the Dependabot automerge reusable workflow reference to an immutable commit SHA to comply with the org action-pinning policy (closes #85).
Changes:
- Updated
.github/workflows/dependabot-automerge.ymlto use a resolved commit SHA instead of the floating@v1tag for the reusable workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Automated review — APPROVEDRisk: MEDIUM SummarySingle-line change in a GitHub Actions workflow pinning a reusable workflow reference from a floating @v1 tag to its resolved commit SHA ee22b427cbce9ecadcf2b436acb57c3adf0cb63d. The SHA was independently verified against the v1 tag in petry-projects/.github and confirmed correct (direct commit, not annotated object). All CI checks passed (AgentShield, CodeQL, SonarCloud, CodeRabbit) and the change closes issue #85 per the org's action-pinning policy. FindingsInfo
CI statusAll CI checks passed: AgentShield (SUCCESS), CodeQL (SUCCESS), SonarCloud (SUCCESS, 0 issues, 0 security hotspots), CodeRabbit (SUCCESS). Backend/Frontend CI and dependency audit correctly skipped (no source or dependency changes). Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6). Reply with |



Summary
Pin the
dependabot-automerge-reusable.ymlreference from the floating@v1tag to its resolved commit SHA to satisfy the action-pinning policy.Before:
After:
The SHA was verified via
gh api repos/petry-projects/.github/git/refs/tags/v1and confirmed as a direct commit reference (not an annotated tag object).Closes #85
Generated with Claude Code