From ff66fe2ddc409c129be9e6e9af4409600ba6a31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 18:20:08 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 97b8aadc01f558e46e7faacdb4461a3dc6c73c56 to f0c8eb29807907de7f5412d04afceb5e24817127. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/97b8aadc01f558e46e7faacdb4461a3dc6c73c56...f0c8eb29807907de7f5412d04afceb5e24817127) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: f0c8eb29807907de7f5412d04afceb5e24817127 dependency-type: direct:production ... 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 +- .github/workflows/weekly-maintenance.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-failure-analysis.yml b/.github/workflows/ci-failure-analysis.yml index 374b428..e79b90e 100644 --- a/.github/workflows/ci-failure-analysis.yml +++ b/.github/workflows/ci-failure-analysis.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 1 - name: Analyze failure with Claude - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 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 59be630..0ebb29f 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -41,7 +41,7 @@ jobs: run: npm install -g markdownlint-cli - name: Review PR with Claude - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} mode: agent diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 2d723a7..a718c46 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -57,7 +57,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 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 205f629..eeb59fb 100644 --- a/.github/workflows/component-validation.yml +++ b/.github/workflows/component-validation.yml @@ -65,7 +65,7 @@ jobs: - name: Validate plugin components if: steps.changed-files.outputs.has_changes == 'true' - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 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 7b1a574..7af9b72 100644 --- a/.github/workflows/semantic-labeler.yml +++ b/.github/workflows/semantic-labeler.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 1 - name: Label issue with Claude - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | @@ -129,7 +129,7 @@ jobs: fetch-depth: 1 - name: Label PR with Claude - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 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 68a75ae..8c9b6d2 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 1 - name: Check version consistency - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 id: version-check with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/weekly-maintenance.yml b/.github/workflows/weekly-maintenance.yml index 73226d0..2dc50b7 100644 --- a/.github/workflows/weekly-maintenance.yml +++ b/.github/workflows/weekly-maintenance.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 1 - name: Generate maintenance report - uses: anthropics/claude-code-action@97b8aadc01f558e46e7faacdb4461a3dc6c73c56 # v1.0.23 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: |