From d4780a3eb5e56a6ad319b5c7a67b1f0ae3d6a6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:23:52 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action from 1.0.200 to 1.0.211 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.200 to 1.0.211. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.200...v1.0.211) --- 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 +- .github/workflows/format-release-notes.yml | 2 +- .github/workflows/scheduled-code-review.yml | 2 +- .github/workflows/translate-release-notes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 4245f44d7e..3b39bda681 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 84d31f7c07..94f1635f1f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/format-release-notes.yml b/.github/workflows/format-release-notes.yml index 0b933000bc..c798949119 100644 --- a/.github/workflows/format-release-notes.yml +++ b/.github/workflows/format-release-notes.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 1 - name: Reformat release notes with Claude - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 timeout-minutes: 20 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/scheduled-code-review.yml b/.github/workflows/scheduled-code-review.yml index e799bcf458..b97c901716 100644 --- a/.github/workflows/scheduled-code-review.yml +++ b/.github/workflows/scheduled-code-review.yml @@ -99,7 +99,7 @@ jobs: - name: Run Claude Code scheduled review if: steps.guard.outputs.skip != 'true' - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 env: REVIEW_SINCE: ${{ env.REVIEW_SINCE }} REVIEW_SCOPE: ${{ env.REVIEW_SCOPE }} diff --git a/.github/workflows/translate-release-notes.yml b/.github/workflows/translate-release-notes.yml index 79e3071984..7d9738f125 100644 --- a/.github/workflows/translate-release-notes.yml +++ b/.github/workflows/translate-release-notes.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 1 - name: Translate discussion and link from release - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 timeout-minutes: 20 env: GH_TOKEN: ${{ secrets.DISCUSSION_TOKEN }}