From 32996b3ad15ec53cd8a79c90b154a32c7c3409fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 00:01:50 +0000 Subject: [PATCH] build: bump anthropics/claude-code-action from 1.0.222 to 1.0.224 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.222 to 1.0.224. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/56cf60fde42f7b19c3abfd5c9c48b69a1288461f...51db78a4b844e144f8d02425cb280435c04a3474) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.224 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-review.yml | 4 ++-- .github/workflows/claude-security-review.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index de11b71..aca4477 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@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 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@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 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 48a0d4e..a219bde 100644 --- a/.github/workflows/claude-security-review.yml +++ b/.github/workflows/claude-security-review.yml @@ -1140,7 +1140,7 @@ jobs: # leaves room for the retry (see the retry formula there). continue-on-error: true timeout-minutes: 18 - uses: anthropics/claude-code-action@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on @@ -1409,7 +1409,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@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on