From 2bb85b20b8cb6f995c13bfaa2694863f0886bda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:01:19 +0000 Subject: [PATCH] build: bump anthropics/claude-code-action from 1.0.217 to 1.0.221 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.217 to 1.0.221. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/9c5ddab2e6d17b83ea679153b31f1d5f023cf636...0a8d3c9443bbff909ab973b6a17a340b913f229f) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.221 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-assistant.yml | 2 +- .github/workflows/claude-e2e-verify.yml | 4 ++-- .github/workflows/claude-review.yml | 4 ++-- .github/workflows/claude-security-review.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude-assistant.yml b/.github/workflows/claude-assistant.yml index 2295088..3dd2987 100644 --- a/.github/workflows/claude-assistant.yml +++ b/.github/workflows/claude-assistant.yml @@ -241,7 +241,7 @@ jobs: # @claude (or re-dispatch) rather than relying on an automatic retry. continue-on-error: true timeout-minutes: 12 - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Empty prompt on mention events → tag mode uses the @claude comment. diff --git a/.github/workflows/claude-e2e-verify.yml b/.github/workflows/claude-e2e-verify.yml index 9e5bee2..2b7cf48 100644 --- a/.github/workflows/claude-e2e-verify.yml +++ b/.github/workflows/claude-e2e-verify.yml @@ -538,7 +538,7 @@ jobs: # showing as a red check — this lane is advisory. continue-on-error: true timeout-minutes: ${{ inputs.timeout-minutes }} - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: ${{ inputs.claude-args }} @@ -745,7 +745,7 @@ jobs: # ceiling. continue-on-error: true timeout-minutes: ${{ inputs.timeout-minutes }} - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: ${{ inputs.claude-args }} diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 2b060bc..eab2726 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -785,7 +785,7 @@ jobs: # retry below. continue-on-error: true timeout-minutes: 11 - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on @@ -1025,7 +1025,7 @@ jobs: # budget. continue-on-error: true timeout-minutes: 11 - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on diff --git a/.github/workflows/claude-security-review.yml b/.github/workflows/claude-security-review.yml index 89dbe88..7add26d 100644 --- a/.github/workflows/claude-security-review.yml +++ b/.github/workflows/claude-security-review.yml @@ -1142,7 +1142,7 @@ jobs: # leaves room for the retry (see the retry formula there). continue-on-error: true timeout-minutes: 18 - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on @@ -1411,7 +1411,7 @@ jobs: # and the same step timeout keeps the retry inside the job budget. continue-on-error: true timeout-minutes: 18 - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 + uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on