Skip to content

chore(deps): update anthropics/claude-code-action digest to 30544b6 - #2028

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

stranske merged 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 2fee15530544b6

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 22, 2026 22:34
@renovate
renovate Bot had a problem deploying to agent-standard June 22, 2026 22:34 Failure
@coderabbitai

coderabbitai Bot commented Jun 22, 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: 05ce2bce-48cb-4e54-b583-89175123b886

📥 Commits

Reviewing files that changed from the base of the PR and between 748fb8d and 6b91e7c.

📒 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. (1)
  • GitHub Check: Integration Tests
🧰 Additional context used
📓 Path-based instructions (2)
.github/workflows/**/*.yml

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

Do not use top-level permissions block on workflow_call reusable workflows as it conflicts with caller permissions

Files:

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

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows with @main by default unless intentionally pinning to a specific commit SHA for a controlled reason

Reference reusable workflows with @main in first-party consumers unless intentionally pinning to an exact commit SHA for a documented reason

Files:

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

Linked repositories findings

Based on my exploration of the stranske/Workflows repository, I found relevant context about the PR change:

stranske/Workflows

Workflow Distribution Context:
The file being updated (maint-76-claude-code-review.yml) is a template workflow that is synced to consumer repositories. [::stranske/Workflows::]

  • Location: ./templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml
  • Sync Configuration: Listed in ./.github/sync-manifest.yml (line 122) as a workflow that gets distributed to consumer repositories via the maint-68-sync-consumer-repos.yml workflow
  • Description (from sync-manifest): "Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch" [::stranske/Workflows::]

Current Action Pin:
The workflow currently pins anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb (SHA: 2fee155). The PR updates this to anthropics/claude-code-action@30544b6... [::stranske/Workflows::]

Workflow Behavior:

  • Opt-in activation via PR label (claude-review) or manual dispatch
  • Requires CLAUDE_CODE_OAUTH_TOKEN secret to be configured
  • Includes workflow integrity checks to prevent secret exposure
  • All other inputs and configuration remain unchanged in this PR [::stranske/Workflows::]

Impact Assessment:
Since this is a straightforward dependency pin update with no changes to action inputs, workflow logic, or permissions, the update should not introduce breaking changes to consumer repositories. The action is self-contained and the update is purely a version bump of the underlying Anthropic Claude Code Action.

🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: LGTM!


📝 Walkthrough

Walkthrough

The workflow file .github/workflows/maint-76-claude-code-review.yml is updated to repin the anthropics/claude-code-action reference from one commit SHA to another (30544b...). No other inputs, steps, or workflow logic are modified.

Changes

Claude Code Action SHA Bump

Layer / File(s) Summary
Repin claude-code-action commit SHA
.github/workflows/maint-76-claude-code-review.yml
The uses: directive for anthropics/claude-code-action in the claude-review step is updated to a new pinned commit SHA; all surrounding step configuration remains unchanged.

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 and concisely summarizes the main change: updating the Anthropic Claude Code Action dependency digest to a specific version.
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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6b91e7c0c1

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

id: claude
continue-on-error: true
uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1
uses: anthropics/claude-code-action@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the managed workflow in Workflows first

This workflow is centrally managed: AGENTS.md says "If a file is synced from Workflows, fix it in Workflows first," and I checked stranske/Workflows/.github/sync-manifest.yml, which lists maint-76-claude-code-review.yml under synced workflows. Updating only the consumer copy leaves this repo diverged from the template; the next sync can overwrite this digest and the other consumers will not get the Claude action update, so land the digest bump in stranske/Workflows/templates/consumer-repo/... and sync it here instead.

Useful? React with 👍 / 👎.

@stranske
stranske merged commit 9dd3810 into main Jun 23, 2026
65 of 70 checks passed
@stranske
stranske deleted the renovate/anthropics-claude-code-action-digest branch June 23, 2026 01:33
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