From b2dba9d8167520e96993beca45dabd3b87716f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:05:52 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the claude-code-action group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.123 to 1.0.133 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/51ea8ea73a139f2a74ff649e3092c25a904aed7e...787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.133 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: claude-code-action ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-failure-analysis.yml | 2 +- .github/workflows/claude-pr-review.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/component-validation.yml | 2 +- .github/workflows/semantic-labeler.yml | 4 ++-- .github/workflows/version-check.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-failure-analysis.yml b/.github/workflows/ci-failure-analysis.yml index 2def176..7d1aea7 100644 --- a/.github/workflows/ci-failure-analysis.yml +++ b/.github/workflows/ci-failure-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Analyze failure with Claude - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 72e535f..9a99a1a 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -51,7 +51,7 @@ jobs: run: npm install -g markdownlint-cli2 prettier - name: Review PR with Claude - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: true diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 83cb00c..3141e15 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -76,7 +76,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} use_commit_signing: true diff --git a/.github/workflows/component-validation.yml b/.github/workflows/component-validation.yml index f4c243f..e5f1bc2 100644 --- a/.github/workflows/component-validation.yml +++ b/.github/workflows/component-validation.yml @@ -66,7 +66,7 @@ jobs: - name: Validate plugin components if: steps.changed-files.outputs.has_changes == 'true' - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 id: validate with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/semantic-labeler.yml b/.github/workflows/semantic-labeler.yml index 39b8cfc..e0f821a 100644 --- a/.github/workflows/semantic-labeler.yml +++ b/.github/workflows/semantic-labeler.yml @@ -39,7 +39,7 @@ jobs: - name: Label issue with Claude id: labeler - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | @@ -102,7 +102,7 @@ jobs: - name: Label PR with Claude id: labeler - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index e75ad34..44f5f82 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 1 - name: Check version consistency - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 id: version-check with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}