Skip to content

chore(deps): update anthropics/claude-code-action digest to 9dd8b95 - #1406

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 4d7e1f09dd8b95

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 17, 2026 01:25
@netlify

netlify Bot commented Jun 17, 2026

Copy link
Copy Markdown

Deploy Preview for stranske-trip-planner failed.

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

@renovate
renovate Bot had a problem deploying to agent-standard June 17, 2026 01:25 Failure
@coderabbitai

coderabbitai Bot commented Jun 17, 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: 0c99f59a-91ba-40a5-a5ed-fd20b69e7f15

📥 Commits

Reviewing files that changed from the base of the PR and between d677c59 and ba5717c.

📒 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! Now I have the complete picture. Let me document my findings:

Linked Repositories Findings

stranske/Workflows (Template Repository)

File Being Updated [::stranske/Workflows::]:

  • templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml (line 192)
  • Old commit: 4d7e1f0 → Claude Code v2.1.178 + Agent SDK v0.3.178
  • New commit: 9dd8b95a → Claude Code v2.1.179 + Agent SDK v0.3.179

Change Details [::stranske/Workflows::]:
The only modification is on line 192:

uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1

No changes to:

  • Workflow permissions (contents: read, pull-requests: write, issues: write, id-token: write)
  • Action input parameters (claude_code_oauth_token, allowed_bots, claude_args, plugin_marketplaces, plugins, prompt)
  • Security gates (workflow integrity check on line 175, secret detection)
  • Conditional logic or job structure
  • Error handling (continue-on-error: true remains non-blocking)

Sync Distribution [::stranske/Workflows::]:
From .github/sync-manifest.yml, this template is synced to all 13 registered consumer repositories:

  1. Travel-Plan-Permission
  2. Template
  3. trip-planner (related PR chore(deps): update anthropics/claude-code-action digest to 4d7e1f0 #1382)
  4. Manager-Database
  5. Portable-Alpha-Extension-Model
  6. Trend_Model_Project
  7. Collab-Admin
  8. Counter_Risk
  9. Pension-Data
  10. Inv-Man-Intake
  11. Ready
  12. learning-management-system
  13. Fine-Art-Archive

Workflow Function [::stranske/Workflows::]:

  • Provides opt-in automated code review via Claude
  • Triggered by: claude-review label on PRs OR manual workflow_dispatch
  • Non-blocking (failures are logged but don't fail the build)
  • Includes security gate: workflow must be unchanged from base branch before accessing CLAUDE_CODE_OAUTH_TOKEN secret

Review Considerations:

  1. API Compatibility: Input parameters to the action are unchanged—no breaking consumer code changes
  2. Workflow Structure: Job names, permissions, and conditional logic remain identical
  3. Security: The workflow integrity check prevents mid-PR modifications—safe for secret access
  4. ⚠️ Fleet Impact: Changes to action behavior (if any) between v2.1.178→v2.1.179 will affect all 13 consumer repos on next sync
  5. Non-blocking: The continue-on-error: true directive ensures review failures don't block merges
🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: LGTM!


📝 Walkthrough

Walkthrough

The anthropics/claude-code-action pinned commit SHA in the claude-review job's "Run Claude Code Review" step is updated to a newer SHA. The action version label (v1) and all other workflow configuration remain unchanged.

Changes

Claude Code Action SHA bump

Layer / File(s) Summary
Pinned SHA update in claude-review workflow
.github/workflows/maint-76-claude-code-review.yml
Updates the uses: anthropics/claude-code-action pinned commit SHA to a newer digest; no other workflow logic, inputs, or permissions are changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • stranske/trip-planner#1382: Also updates the anthropics/claude-code-action pinned commit SHA in the same workflow file (.github/workflows/maint-76-claude-code-review.yml).

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 and usage tips.

@stranske

Copy link
Copy Markdown
Owner

Superseded by the Workflows source update and replacement sync PR #1408 for .github/workflows/maint-76-claude-code-review.yml. Closing this per-consumer Renovate digest PR so the synced workflow source remains the owner.

@stranske stranske closed this Jun 17, 2026
@renovate

renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the anthropics/claude-code-action 9dd8b95 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/anthropics-claude-code-action-digest branch June 17, 2026 01:48
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