Skip to content

fix: pin actions/checkout to SHA in repair-pr-approvals.yml#77

Closed
don-petry wants to merge 0 commit into
mainfrom
claude/issue-52-20260508-1409
Closed

fix: pin actions/checkout to SHA in repair-pr-approvals.yml#77
don-petry wants to merge 0 commit into
mainfrom
claude/issue-52-20260508-1409

Conversation

@don-petry
Copy link
Copy Markdown
Collaborator

Summary

Pins actions/checkout@v4 to its commit SHA (34e114876b0b11c390a56381ad16ebd13914f8d5) in .github/workflows/repair-pr-approvals.yml to comply with the Action Pinning Policy.

The tag comment # v4 is preserved for human readability.

Closes #52

Generated with Claude Code

Copilot AI review requested due to automatic review settings May 8, 2026 14:11
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 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 37 minutes and 27 seconds before requesting another review.

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 @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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 92429ef4-f650-4880-98a0-d47fc6944ffd

📥 Commits

Reviewing files that changed from the base of the PR and between 6d25ff3 and bd6719e.

📒 Files selected for processing (1)
  • .github/workflows/repair-pr-approvals.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-52-20260508-1409

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
Collaborator Author

Self-review complete — change looks correct. The single-line diff pins actions/checkout to its exact commit SHA while keeping the # v4 tag comment for readability, with no other modifications.

@don-petry please review and merge when ready.

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

Pins actions/checkout in the repair-pr-approvals GitHub Actions workflow to a specific commit SHA to satisfy the repository’s Action Pinning Policy and resolve compliance issue #52.

Changes:

  • Replace actions/checkout@v4 with actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 while preserving the # v4 tag comment.

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

@github-actions
Copy link
Copy Markdown
Contributor

Auto-rebase blocked — the base branch contains .github/workflows/ changes that require the workflows permission to merge into this branch, but the auto-rebase workflow's token does not have that permission.

Please rebase this branch manually:

git fetch origin
git rebase origin/main
git push --force-with-lease

@don-petry don-petry closed this May 11, 2026
auto-merge was automatically disabled May 11, 2026 21:39

Pull request was closed

@don-petry don-petry reopened this May 11, 2026
@don-petry don-petry closed this May 12, 2026
@don-petry don-petry reopened this May 12, 2026
@sonarqubecloud
Copy link
Copy Markdown

@don-petry don-petry enabled auto-merge (squash) May 12, 2026 01:43
@github-actions
Copy link
Copy Markdown
Contributor

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

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-repair-pr-approvals.yml

2 participants