build(deps): bump actions/checkout to v7.0.0 and claude-code-action to v1.0.169#28
Conversation
…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
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 2 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
Combines Dependabot PRs #26 and #25. Both touch the same two workflow files, so they're easier to review and land as one change.
actions/checkoutanthropics/claude-code-actionIs 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_targetandworkflow_run. Neither workflow uses those triggers:claude-code-review.ymlruns onpull_request(opened,ready_for_review), already guarded byhead.repo.full_name == github.repository.claude.ymlruns onissue_comment,pull_request_review_comment,issues, andpull_request_review.The rest of v7 is dependency bumps and an ESM module conversion.
Verification
claude-code-action'sv1.0.169is an annotated tag, so it required a second deref to reach commit37b464c.git diff --checkclean; both workflow files parse as YAML with their jobs intact.Closes #26. Closes #25.
🤖 Generated with Claude Code
https://claude.ai/code/session_01RZQncw11MKALwEnvymwxHb