From d2ae9dae1fdc09d8e5079ec49adaf3833d8111d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:33:02 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.202 to 1.0.211 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.202 to 1.0.211. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/e5ad3c7725bc2459721893f88879fef9dbcf97b0...833fb0f8c9f6686b33d963a8bae0a94f4936ab2a) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.211 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ddbb15696..27538f3a6 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -68,7 +68,7 @@ jobs: # Pinned to v1 commit SHA to mitigate moving-tag supply-chain risk. # When updating, resolve the new tag's underlying commit via # gh api /repos/anthropics/claude-code-action/git/refs/tags/ - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@833fb0f8c9f6686b33d963a8bae0a94f4936ab2a # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d878be0b7..f1ee75bc6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,7 +48,7 @@ jobs: # Pinned to v1 commit SHA to mitigate moving-tag supply-chain risk. # When updating, resolve the new tag's underlying commit via # gh api /repos/anthropics/claude-code-action/git/refs/tags/ - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@833fb0f8c9f6686b33d963a8bae0a94f4936ab2a # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}