Skip to content

fix: pin dependabot-rebase-reusable.yml to SHA#116

Open
don-petry wants to merge 2 commits intomainfrom
claude/issue-86-20260418-1843
Open

fix: pin dependabot-rebase-reusable.yml to SHA#116
don-petry wants to merge 2 commits intomainfrom
claude/issue-86-20260418-1843

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

Summary

  • Copies dependabot-rebase.yml verbatim from the org standard template (petry-projects/.github/standards/workflows/dependabot-rebase.yml)
  • Pins the reusable workflow from @v1 to @3c6335c6ee3e2f1a37f3e27e065e28d36d9c0dde # v1, satisfying the org action-pinning policy
  • Also aligns with the current template: adds workflow_dispatch trigger, upgrades permissions to write, and switches from secrets: inherit to explicit secrets

Closes #86

Test plan

  • Compliance audit should no longer flag dependabot-rebase.yml for unpinned actions
  • Workflow triggers correctly on push to main and via manual workflow_dispatch

Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings April 18, 2026 18:45
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 2026

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 44 minutes and 40 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2f5eea4a-fe1a-4888-95fc-40d8b8f8f2bb

📥 Commits

Reviewing files that changed from the base of the PR and between bca8483 and 578e619.

📒 Files selected for processing (1)
  • .github/workflows/dependabot-rebase.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-86-20260418-1843

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@don-petry
Copy link
Copy Markdown
Contributor Author

PR is ready for review. @don-petry — you are the CODEOWNERS owner for this repository. Please review and merge when CI passes.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 @v1 to a specific commit SHA.
  • Add workflow_dispatch so the workflow can be run manually.
  • Increase job token permissions to write and replace secrets: inherit with explicit secret passthrough.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compliance: unpinned-actions-dependabot-rebase.yml

2 participants