Skip to content

chore(deps): update anthropics/claude-code-action digest to 428971d - #386

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

chore(deps): update anthropics/claude-code-action digest to 428971d#386
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropics-claude-code-action-digest

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action (changelog) action digest 74eedf1428971d

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 is behind base branch, 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 the pinned version of an automated code review workflow to a newer release within the same major version.
    • No visible product behavior changed.

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

coderabbitai Bot commented Jun 25, 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: 2beffbb1-6f5f-40da-aaa5-f8f9f6b777c9

📥 Commits

Reviewing files that changed from the base of the PR and between cc05b6c and 7e53139.

📒 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)
  • stranske/Template (auto-detected)
📜 Recent review details
⏰ Context from checks skipped due to timeout. (1)
  • GitHub Check: Update keepalive summary
🧰 Additional context used
📓 Path-based instructions (4)
{pyproject.toml,.github/workflows/*.{yml,yaml}}

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

{pyproject.toml,.github/workflows/*.{yml,yaml}}: For Python projects with coverage thresholds, ensure both pyproject.toml ([tool.coverage.report] fail_under) and workflow files have matching coverage-min settings, or the lower one will determine the actual threshold
The Manager-Database repository has a coverage threshold of 75%

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, check for invalid YAML syntax, invalid permissions: block in workflow_call reusable workflows, invalid permission scopes, or circular workflow references

Files:

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

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows in consumer repos 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)

First-party consumers should 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

Linked repositories findings

stranske/Workflows

  • .github/sync-manifest.yml:122 references .github/workflows/maint-76-claude-code-review.yml, so this workflow is part of the sync surface.
  • .github/workflows/reusable-claude-run.yml:67,98,576,588,591 shows related Claude runner behavior and auth-path handling; this PR does not touch those inputs/paths.
  • docs/HISTORY.md:159,466 documents the consumer-side maint-76-claude-code-review.yml rollout, confirming this workflow is intended as a managed dependency surface.
  • docs/guides/AGENT_RUNNER_IMPLEMENTATION.md:337 documents the Claude install/version convention (@anthropic-ai/claude-code@$VERSION), which is consistent with this action pin update.

stranske/Template

  • .github/workflows/maint-76-claude-code-review.yml:192-199 still pins anthropics/claude-code-action@74eedf1a1892082d619c3edb66b9402da6520e7f # v1, so the template repo is currently on the older digest and may need the same update for sync consistency.
  • .github/sync-manifest.yml:122 also references .github/workflows/maint-76-claude-code-review.yml, so this file is part of the template’s synchronized workflow set.
🔇 Additional comments (2)
.github/workflows/maint-76-claude-code-review.yml (2)

192-192: 📐 Maintainability & Code Quality | 💤 Low value

Cross-repo sync: stranske/Template still pins the old digest.

Per linked-repository findings, stranske/Template’s .github/workflows/maint-76-claude-code-review.yml (lines 192-199) still pins anthropics/claude-code-action@74eedf1…. Since both repos reference this workflow via .github/sync-manifest.yml:122, apply the same bump there to keep the synchronized workflow set consistent.

Source: Linked repositories


192-192: 🔒 Security & Privacy

No changes needed. The pinned SHA matches the upstream v1 tag.


📝 Walkthrough

Walkthrough

The workflow updates the uses: reference for anthropics/claude-code-action in the claude-review job’s “Run Claude Code Review” step to a new pinned commit. No other step inputs or fields change.

Changes

Claude review workflow update

Layer / File(s) Summary
Pinned action revision update
.github/workflows/maint-76-claude-code-review.yml
The Run Claude Code Review step updates the pinned anthropics/claude-code-action commit SHA while keeping the step inputs unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • stranske/Ready issue 320: Updates the same Claude review workflow step by changing the pinned anthropics/claude-code-action revision.
  • stranske/Workflows issue 2390: Also refreshes the dependency digest for the same action reference in a GitHub Actions workflow.
  • stranske/Trend_Model_Project issue 5558: Updates the pinned anthropics/claude-code-action reference to a newer commit, matching the same workflow pattern.
  • stranske/Counter_Risk issue 724: Changes the anthropics/claude-code-action pin in the workflow, which aligns with this PR’s edit.

Possibly related PRs

  • stranske/Ready#318: Updates the same workflow step in .github/workflows/maint-76-claude-code-review.yml by changing the pinned anthropics/claude-code-action revision.
  • stranske/Ready#338: Also changes the uses: SHA for anthropics/claude-code-action in the Claude review workflow step.
  • stranske/Ready#343: Modifies the same Run Claude Code Review step by updating the pinned commit for anthropics/claude-code-action.

Suggested labels

automated

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 dependency digest update to anthropics/claude-code-action.
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.

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

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

Copy link
Copy Markdown
Contributor

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

@stranske-keepalive

Copy link
Copy Markdown
Contributor

Workflow source needed

PR #386 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.

@stranske

Copy link
Copy Markdown
Owner

Closing as superseded by stranske/Workflows#2535, which updates the canonical consumer template for maint-76-claude-code-review.yml. Maint 68 sync run https://github.com/stranske/Workflows/actions/runs/28140941200 will propagate the managed file.

@stranske stranske closed this Jun 25, 2026
@stranske
stranske deleted the renovate/anthropics-claude-code-action-digest branch June 25, 2026 01:34
@renovate

renovate Bot commented Jun 25, 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 428971d update again.

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

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