Skip to content

chore(deps): update anthropics/claude-code-action digest to 806af32 - #748

Merged
stranske merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest
Jun 18, 2026
Merged

chore(deps): update anthropics/claude-code-action digest to 806af32#748
stranske merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 9dd8b95806af32

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.

@renovate
renovate Bot requested a review from stranske as a code owner June 18, 2026 01:16
@renovate
renovate Bot temporarily deployed to agent-standard June 18, 2026 01:16 Inactive
@renovate
renovate Bot temporarily deployed to agent-standard June 18, 2026 01:16 Inactive
@coderabbitai

coderabbitai Bot commented Jun 18, 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: b5d0a39f-e7d8-4018-93fa-a9e33739e42c

📥 Commits

Reviewing files that changed from the base of the PR and between 561f0ff and 37c1420.

📒 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
🧰 Additional context used
📓 Path-based instructions (3)
.github/workflows/**/*.yml

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

.github/workflows/**/*.yml: Do not add top-level permissions: block on workflow_call reusable workflows - this conflicts with caller permissions
Avoid invalid YAML syntax, invalid permission scopes, and circular workflow references when creating GitHub Actions workflows

Files:

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

📄 CodeRabbit inference engine (CLAUDE.md)

First-party consumers should reference reusable workflows with @main. Only pin to an exact commit SHA for a controlled, documented reason.

Files:

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

📄 CodeRabbit inference engine (AGENTS.md)

.github/workflows/**/*.{yml,yaml}: When editing workflow infrastructure, verify if the work belongs in stranske/Workflows instead. The answer is usually yes if the change affects reusable workflows, agent prompts or routing, keepalive/autofix/verifier behavior, synced workflow files, or synced scripts or docs.
First-party consumers should reference reusable workflows with @main by default. Only pin to an exact commit SHA if intentionally controlling for a specific reason.

Files:

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

Based on my exploration of the stranske/Workflows repository, I can now provide you with the cross-repository context findings:

Linked repositories findings

stranske/Workflows [::stranske/Workflows::]

Template workflow update scope:

The change updates the anthropics/claude-code-action GitHub Action in the template file ./templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml (line 192).

Consumer propagation:

  • This template is distributed to all consumer repositories via an automated sync mechanism (maint-68-sync-consumer-repos.yml).
  • The sync process includes validation (check_consumer_sync_drift.py, validate_template_sync.py) to detect drift and ensure consumer repos remain in sync with the template.
  • The sync follows a controlled rollout pattern documented in ./.github/copilot-skills-local/consumer-sync-process.md, which requires testing on a single test repository first before full rollout.

Action pinning validation:

  • The repository enforces SHA-based action pinning with version comments via tests/scripts/test_check_workflow_action_pins.py.
  • The current pin format in the template (@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1) follows the established pattern of full commit SHA with readable version comment.
  • The new pin should maintain the same format with a version comment to pass validation.

Historical precedent:

  • The CHANGELOG contains multiple entries for "bump claude code review action" (PR #2084, #2147, #1970), indicating this is a regularly maintained dependency.
  • Prior bumps were merged successfully without reported breaking changes.

Workflow security guards:

  • The maint-76-claude-code-review.yml workflow includes integrity checks (detect-secret job) that validate the workflow has not been modified in a PR before running with secrets, preventing malicious action updates.
🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: Action pin format and version comment are correct.

The change properly pins the anthropics/claude-code-action to a full commit SHA with an accurate version comment. The version # v1 correctly reflects the active v1.x release line (currently v1.0.146 as of June 2026). The Renovate-driven update follows the established pattern documented in the linked repositories validation.


📝 Walkthrough

Walkthrough

The anthropics/claude-code-action step in .github/workflows/maint-76-claude-code-review.yml is updated to a new pinned commit hash (@806af32823ef69c8ef357086c573a902af641307). No other workflow logic, inputs, or configuration is changed.

Changes

Claude Code Review Workflow

Layer / File(s) Summary
Update pinned commit SHA for claude-code-action
.github/workflows/maint-76-claude-code-review.yml
The uses: anthropics/claude-code-action reference is updated from the previous commit SHA to @806af32823ef69c8ef357086c573a902af641307; all other step configuration remains unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Dependency Dashboard Ready#320: Tracks the dependency update for anthropics/claude-code-action, which this PR directly addresses by bumping the pinned commit hash.

Possibly related PRs

  • stranske/Counter_Risk#722: Performs the same type of change — updating the pinned anthropics/claude-code-action commit SHA in the same workflow file with no other modifications.

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 summarizes the main change: updating a GitHub Action dependency 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.

@renovate
renovate Bot temporarily deployed to agent-standard June 18, 2026 01:17 Inactive
@renovate
renovate Bot had a problem deploying to agent-standard June 18, 2026 01:17 Failure
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Workflow state fingerprint for Agents Gate Followups. Do not edit.

@stranske-keepalive

Copy link
Copy Markdown
Contributor

Workflow source needed

PR #748 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely.

Please do one of:

  • Add <!-- meta:issue:123 --> or a normal Closes #123 / Related to #123 line.
  • Check one Workflow Source option in the PR body.
  • Add a hidden marker such as <!-- workflow-source:local_request -->, <!-- workflow-source:manual_remote -->, <!-- workflow-source:review_followup -->, <!-- workflow-source:sync_campaign -->, or <!-- workflow-source:dependabot -->.
  • Add a workflow source label such as workflow:source-direct-pr, workflow:source-local-request, workflow:source-review-followup, workflow:source-sync, or workflow:no-automation.

Once a valid source is present, this warning will not be reposted.

@github-actions

Copy link
Copy Markdown
Contributor

Workflow state fingerprint for Keepalive Loop Reporter. Do not edit.

@stranske
stranske merged commit 383dc41 into main Jun 18, 2026
72 of 74 checks passed
@stranske
stranske deleted the renovate/anthropics-claude-code-action-digest branch June 18, 2026 13:15
stranske pushed a commit that referenced this pull request Jul 31, 2026
…748)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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