fix: pin dependabot-rebase-reusable.yml to SHA#116
Conversation
Copies the standard template verbatim from petry-projects/.github/standards/workflows/dependabot-rebase.yml, pinning the reusable workflow from @v1 to @3c6335c6ee3e2f1a37f3e27e065e28d36d9c0dde # v1 to satisfy the org action-pinning policy. Also adds workflow_dispatch trigger, updates permissions to write, and uses explicit secrets instead of secrets: inherit per the current template standard. Closes #86 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 44 minutes and 40 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 |
|
PR is ready for review. @don-petry — you are the CODEOWNERS owner for this repository. Please review and merge when CI passes. |
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Pins the Dependabot rebase reusable workflow to an immutable commit SHA to satisfy action/workflow pinning policy, while aligning this caller workflow with the org template.
Changes:
- Pin reusable workflow reference from
@v1to a specific commit SHA. - Add
workflow_dispatchso the workflow can be run manually. - Increase job token permissions to
writeand replacesecrets: inheritwith explicit secret passthrough.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Summary
dependabot-rebase.ymlverbatim from the org standard template (petry-projects/.github/standards/workflows/dependabot-rebase.yml)@v1to@3c6335c6ee3e2f1a37f3e27e065e28d36d9c0dde # v1, satisfying the org action-pinning policyworkflow_dispatchtrigger, upgrades permissions towrite, and switches fromsecrets: inheritto explicit secretsCloses #86
Test plan
dependabot-rebase.ymlfor unpinned actionspushtomainand via manualworkflow_dispatchGenerated with Claude Code