Skip to content

chore(deps): update anthropics/claude-code-action digest to 51705da - #5595

Merged
stranske merged 1 commit into
phase-3from
renovate/anthropics-claude-code-action-digest
Jun 19, 2026
Merged

chore(deps): update anthropics/claude-code-action digest to 51705da#5595
stranske merged 1 commit into
phase-3from
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 806af3251705da

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • Chores
    • Updated internal CI/CD workflow configuration to improve code review processes.

Note: This is an infrastructure maintenance update with no user-facing changes.

@renovate
renovate Bot requested a review from stranske as a code owner June 19, 2026 05:52
@renovate
renovate Bot had a problem deploying to agent-standard June 19, 2026 05:52 Failure
@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d32273a9-c2b8-4287-bfe7-279daeab6f01

📥 Commits

Reviewing files that changed from the base of the PR and between 3c22c8f and 6a87822.

📒 Files selected for processing (1)
  • .github/workflows/maint-76-claude-code-review.yml
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • stranske/Workflows (auto-detected)
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Config Coverage Check
🧰 Additional context used
📓 Path-based instructions (3)
{pyproject.toml,.github/workflows/**/*.{yml,yaml}}

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

Check both pyproject.toml ([tool.coverage.report] fail_under) AND workflow files for coverage-min settings - these must match or the lower one wins

Files:

  • .github/workflows/maint-76-claude-code-review.yml
.github/workflows/**/*.{yml,yaml}

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

For startup_failure GitHub Actions workflow errors with zero jobs, check for common causes: Invalid YAML syntax, top-level permissions: block on workflow_call reusable workflows (conflicts with caller permissions), invalid permission scopes, or circular workflow references

Files:

  • .github/workflows/maint-76-claude-code-review.yml
.github/workflows/**/*.yml

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows with @main by default in first-party consumers, unless intentionally pinning to an exact commit SHA for a controlled reason.

Files:

  • .github/workflows/maint-76-claude-code-review.yml
🔀 Multi-repo context stranske/Workflows

Linked repositories findings

stranske/Workflows

Template Distribution Context

This PR updates the anthropics/claude-code-action commit hash in a template workflow file that is distributed to consumer repositories. Key details:

File Location & Distribution:

  • File: ./templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml [::stranske/Workflows::]
  • This file is synced to consumer repositories via ./.github/sync-manifest.yml [::stranske/Workflows::], which declares this as a standard workflow template distributed across the ecosystem
  • Per the manifest, the workflow is part of the "Workflows that run in consumer repos (thin callers)" category

Workflow Configuration (lines 189-202):
The action is invoked with these parameters [::stranske/Workflows::]:

  • claude_code_oauth_token: OAuth token secret passed from consumer repo
  • allowed_bots: '*': Allows all bots to trigger reviews
  • claude_args: --max-turns 8: Claude conversation limit
  • plugin_marketplaces: https://github.com/anthropics/claude-code.git
  • plugins: code-review@claude-code-plugins
  • prompt: Code review prompt format

Workflow Integrity Check:
The workflow includes a security feature (lines 121-150) [::stranske/Workflows::] that verifies the workflow file matches the base branch before running. This prevents unauthorized modifications and ensures the OAuth token is only used with trusted workflow code.

Change History:
Git log shows this is a Renovate-generated update: 5d306db chore(deps): update anthropics/claude-code-action digest to 51705da [::stranske/Workflows::]

No Breaking Changes Found:

  • No other references to the old commit hash (806af32823ef69c8ef357086c573a902af641307) exist in the repository
  • The action inputs/parameters remain unchanged
  • The workflow logic is not modified
  • This is a standard dependency update managed by Renovate
🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: LGTM!


📝 Walkthrough

Walkthrough

The uses: commit hash for anthropics/claude-code-action in the Run Claude Code Review step of .github/workflows/maint-76-claude-code-review.yml is updated from @806af32823ef69c8ef357086c573a902af641307 to @51705da45eecce209d4700538bf8377d5b5fc695. No other workflow logic is changed.

Changes

Claude Code Action Pin Update

Layer / File(s) Summary
Update claude-code-action pinned commit
.github/workflows/maint-76-claude-code-review.yml
The uses: commit SHA for anthropics/claude-code-action in the Run Claude Code Review step is changed to 51705da45eecce209d4700538bf8377d5b5fc695.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • stranske
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the anthropics/claude-code-action dependency digest to a specific commit hash.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/anthropics-claude-code-action-digest

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

@stranske
stranske merged commit 935babb into phase-3 Jun 19, 2026
58 of 62 checks passed
@stranske
stranske deleted the renovate/anthropics-claude-code-action-digest branch June 19, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant