Skip to content

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

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

chore(deps): update anthropics/claude-code-action digest to 51705da#1422
stranske merged 1 commit into
mainfrom
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 code review automation tooling to the latest version.

@renovate
renovate Bot requested a review from stranske as a code owner June 19, 2026 05:05
@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for stranske-trip-planner canceled.

Name Link
🔨 Latest commit 02bd122
🔍 Latest deploy log https://app.netlify.com/projects/stranske-trip-planner/deploys/6a34ce1209337e000818f1cb

@renovate
renovate Bot had a problem deploying to agent-standard June 19, 2026 05:05 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: c8d974c4-d4af-4a77-b7f3-1ccb4b1831e4

📥 Commits

Reviewing files that changed from the base of the PR and between e7f3ba7 and 02bd122.

📒 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). (3)
  • GitHub Check: Cross-Repo Smoke / cross-repo-full-product
  • GitHub Check: Runtime CI
  • GitHub Check: cross-repo-full-product
🧰 Additional context used
📓 Path-based instructions (4)
{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; ensure these match or the lower value will be the effective threshold

Files:

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

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

For GitHub Actions workflow startup_failure errors with zero jobs, check for invalid YAML syntax, top-level permissions: block on workflow_call reusable workflows (which 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)

In consumer repositories, reference reusable workflows with @main unless intentionally pinning to an exact commit SHA for a controlled reason

Files:

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

📄 CodeRabbit inference engine (AGENTS.md)

Reference reusable workflows 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

Perfect. I now have comprehensive cross-repository context for this PR review.

Linked repositories findings

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

Template workflow impacted by this PR:

  • .github/workflows/maint-76-claude-code-review.yml (line 89) — The Claude code action reference will be updated from anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 to anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695. The action configuration inputs remain unchanged.

Affected consumer repositories via automated sync:
According to .github/sync-manifest.yml (lines ~80-81), this workflow file is marked for automatic distribution to 13 registered first-party consumer repositories:

  1. stranske/Travel-Plan-Permission
  2. stranske/Template
  3. stranske/Counter_Risk
  4. stranske/Pension-Data
  5. stranske/Inv-Man-Intake
  6. stranske/Ready
  7. stranske/trip-planner
  8. stranske/Manager-Database
  9. stranske/Portable-Alpha-Extension-Model
  10. stranske/Trend_Model_Project
  11. stranske/Collab-Admin
  12. stranske/learning-management-system
  13. stranske/Fine-Art-Archive

Sync delivery mechanism:

  • The .github/workflows/maint-68-sync-consumer-repos.yml workflow automatically propagates this template change across all registered consumers on a daily schedule (05:00 UTC) and on each release.
  • No overwrite restrictions (create_only flag not set for this workflow in the manifest), meaning the new SHA will overwrite existing pinned versions in consumers that have already synced this template.

Related PRs across the fleet:
As noted in the PR context, similar updates to the same action digest have been submitted to:

These indicate a coordinated Renovate-driven update across multiple repositories in the organization.

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

189-199: LGTM!


📝 Walkthrough

Walkthrough

The claude-review step in .github/workflows/maint-76-claude-code-review.yml is updated to pin anthropics/claude-code-action to a new commit SHA (51705da45eecce209d4700538bf8377d5b5fc695), replacing the previous SHA (806af32823ef69c8ef357086c573a902af641307). No other workflow logic, inputs, or conditions are changed.

Changes

Claude Code Action SHA Pin

Layer / File(s) Summary
Update 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 pin SHA 51705da45eecce209d4700538bf8377d5b5fc695.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Dependency Dashboard Counter_Risk#724: This PR updates anthropics/claude-code-action to digest 51705da, which matches the tracked objective in that issue to facilitate the same dependency update.

Possibly related PRs

  • stranske/trip-planner#1382: Same workflow file, same type of change — updating the claude-review step's anthropics/claude-code-action pinned SHA with no other logic changes.
  • stranske/trip-planner#1408: Identical change pattern in .github/workflows/maint-76-claude-code-review.yml, updating only the commit SHA in the claude-review step's uses: ref.
  • stranske/trip-planner#1415: Also pins anthropics/claude-code-action to a different commit SHA in the same workflow step, with the rest of the job unchanged.

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 from one commit SHA to another.
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 85063c9 into main Jun 19, 2026
69 of 72 checks passed
@stranske
stranske deleted the renovate/anthropics-claude-code-action-digest branch June 19, 2026 05:42
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