diff --git a/.github/workflows/ci-failure-analysis.yml b/.github/workflows/ci-failure-analysis.yml index 8cb1449..1d3c9d1 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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 312efbe..3d1fa1b 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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 e5e6cdd..f611186 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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 a384034..d9ad4f8 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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 f317c08..5ba1a76 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 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 7f37212..b7277d4 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@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1.0.41 + uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46 id: version-check with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}