Skip to content

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

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

chore(deps): update anthropics/claude-code-action digest to 30544b6#5636
stranske merged 1 commit into
phase-3from
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: fd340170-1936-4be3-9aeb-508c102c9371

📥 Commits

Reviewing files that changed from the base of the PR and between 0620a12 and 9503a59.

📒 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: Resolve Context
🧰 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 in .github/workflows/*.yml files with @main 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

Based on my exploration of the stranske/Workflows repository, I now have sufficient context to provide findings.

Linked repositories findings

stranske/Workflows

Template-synced workflow context:

The maint-76-claude-code-review.yml workflow exists as a template in ./templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml [::stranske/Workflows::] and is declared in the sync manifest (./.github/sync-manifest.yml) as a synced workflow with the following entry:

- source: .github/workflows/maint-76-claude-code-review.yml
  description: "Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch"

Distribution scope:

This workflow is synced to 13 registered consumer repositories via the maint-68-sync-consumer-repos.yml workflow. The registered repos include [::stranske/Workflows::]:

  • stranske/Travel-Plan-Permission
  • stranske/Template
  • stranske/Counter_Risk
  • stranske/Pension-Data
  • stranske/Inv-Man-Intake
  • stranske/Ready
  • stranske/trip-planner
  • stranske/Manager-Database
  • stranske/Portable-Alpha-Extension-Model
  • stranske/Trend_Model_Project
  • stranske/Collab-Admin
  • stranske/learning-management-system
  • stranske/Fine-Art-Archive

No skip_repos configured:

The workflow template has no skip_repos or sync_mode: create_only restrictions, meaning the updated digest will be propagated to all 13 consumer repos when the sync runs [::stranske/Workflows::].

Current action pin in template:

The template currently pins anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1 [::stranske/Workflows::].

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

192-192: LGTM!


📝 Walkthrough

Walkthrough

The pinned commit SHA for anthropics/claude-code-action in the claude-review job's "Run Claude Code Review" step within .github/workflows/maint-76-claude-code-review.yml is updated to a newer revision. No other workflow logic is modified.

Changes

Action Pin Update

Layer / File(s) Summary
Update pinned action SHA in claude-review workflow
.github/workflows/maint-76-claude-code-review.yml
The uses: commit hash for anthropics/claude-code-action in the "Run Claude Code Review" step is updated to a newer pinned revision.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • stranske/Trend_Model_Project#5556: Changes only the pinned anthropics/claude-code-action commit SHA in the same workflow file with no other logic changes.
  • stranske/Trend_Model_Project#5589: Updates the same workflow step in .github/workflows/maint-76-claude-code-review.yml by bumping the pinned anthropics/claude-code-action commit hash.
  • stranske/Trend_Model_Project#5609: Updates the same workflow by changing the pinned uses: revision of anthropics/claude-code-action without altering any other step logic.

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 to a specific digest.
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.

@stranske
stranske merged commit dd55e02 into phase-3 Jun 23, 2026
81 of 89 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