Skip to content

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

Closed
don-petry wants to merge 2 commits into
mainfrom
claude/issue-86-20260418-1843
Closed

fix: pin dependabot-rebase-reusable.yml to SHA#116
don-petry wants to merge 2 commits into
mainfrom
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

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 53 minutes and 42 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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: 4007c805-3111-413b-9709-947dbd5b62e4

📥 Commits

Reviewing files that changed from the base of the PR and between 681b417 and 2b0e7b7.

📒 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
Review rate limit: 0/1 reviews remaining, refill in 53 minutes and 42 seconds.

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.

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Auto-rebase failed — merge conflict — this branch has conflicts with main that must be resolved manually.

Please resolve the conflicts and push:

git fetch origin
git merge origin/main
# resolve conflicts, then:
git add .
git commit
git push

@don-petry don-petry force-pushed the claude/issue-86-20260418-1843 branch from 2b0e7b7 to 017da2c Compare May 13, 2026 17:08
@sonarqubecloud
Copy link
Copy Markdown

@don-petry
Copy link
Copy Markdown
Contributor Author

Closing — after rebasing onto main, this branch has no remaining commits. The fix was already incorporated into main via a subsequent PR.

@don-petry don-petry closed this May 13, 2026
auto-merge was automatically disabled May 13, 2026 17:25

Pull request was closed

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

3 participants