Skip to content

build(deps): bump actions/checkout to v7.0.0 and claude-code-action to v1.0.169#28

Merged
jrgilbertson merged 1 commit into
mainfrom
deps/bump-github-actions
Jul 9, 2026
Merged

build(deps): bump actions/checkout to v7.0.0 and claude-code-action to v1.0.169#28
jrgilbertson merged 1 commit into
mainfrom
deps/bump-github-actions

Conversation

@jrgilbertson

Copy link
Copy Markdown
Owner

Combines Dependabot PRs #26 and #25. Both touch the same two workflow files, so they're easier to review and land as one change.

Action From To Type
actions/checkout 6.0.3 7.0.0 major
anthropics/claude-code-action 1.0.161 1.0.169 patch

Is the major bump safe?

Yes. The only breaking change in checkout v7.0.0 is #2454, which blocks checking out fork PRs under pull_request_target and workflow_run. Neither workflow uses those triggers:

  • claude-code-review.yml runs on pull_request (opened, ready_for_review), already guarded by head.repo.full_name == github.repository.
  • claude.yml runs on issue_comment, pull_request_review_comment, issues, and pull_request_review.

The rest of v7 is dependency bumps and an ESM module conversion.

Verification

Closes #26. Closes #25.

🤖 Generated with Claude Code

https://claude.ai/code/session_01RZQncw11MKALwEnvymwxHb

…o v1.0.169

Combines Dependabot PRs #26 and #25 into a single change, since both
touch the same two workflow files.

actions/checkout v7.0.0 is a major bump. Its one breaking change blocks
checking out fork PRs under pull_request_target and workflow_run. Neither
workflow uses those triggers: claude-code-review.yml runs on pull_request
behind a same-repo guard, and claude.yml runs on comment and issue events.
No impact here.

Both pinned SHAs were verified against their upstream tags.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RZQncw11MKALwEnvymwxHb
Copilot AI review requested due to automatic review settings July 9, 2026 21:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 2 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 51fd07a1-b310-461a-89c1-29914803bf8c

📥 Commits

Reviewing files that changed from the base of the PR and between 6d74f1d and d3e33ed.

📒 Files selected for processing (2)
  • .github/workflows/claude-code-review.yml
  • .github/workflows/claude.yml

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

@jrgilbertson jrgilbertson merged commit 294b1f2 into main Jul 9, 2026
2 checks passed
@jrgilbertson jrgilbertson deleted the deps/bump-github-actions branch July 9, 2026 23:29
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.

2 participants