diff --git a/.github/workflows/claude-code-followup.yml b/.github/workflows/claude-code-followup.yml index f1e7a27648..922a26db56 100644 --- a/.github/workflows/claude-code-followup.yml +++ b/.github/workflows/claude-code-followup.yml @@ -72,7 +72,7 @@ jobs: - name: Handle @claude request if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true' - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 0a6969ab98..c50bf83f09 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -40,7 +40,7 @@ jobs: done - name: Run code review - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-doc-pr.yml b/.github/workflows/claude-doc-pr.yml index 2ecfd16ad6..2198d99c43 100644 --- a/.github/workflows/claude-doc-pr.yml +++ b/.github/workflows/claude-doc-pr.yml @@ -93,7 +93,7 @@ jobs: - name: Run editorial review if: steps.changed-files.outputs.count > 0 - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOC_PR_FILES: ${{ steps.changed-files.outputs.files }} @@ -189,7 +189,7 @@ jobs: - name: Handle @claude request if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true' - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-issue-labeler.yml b/.github/workflows/claude-issue-labeler.yml index cf6a364756..f08553a826 100644 --- a/.github/workflows/claude-issue-labeler.yml +++ b/.github/workflows/claude-issue-labeler.yml @@ -26,7 +26,7 @@ jobs: - name: Step 1 — Security vulnerability screening id: security-screen - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -57,7 +57,7 @@ jobs: - name: Step 2 — Code of conduct check if: steps.check-state.outputs.issue_state == 'OPEN' id: conduct-check - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -81,7 +81,7 @@ jobs: # Only run label assignment for issue events (not comments) and only if issue is still open if: steps.check-state.outputs.issue_state == 'OPEN' && github.event_name == 'issues' id: assign-label - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -197,7 +197,7 @@ jobs: - name: Run content-fix skill id: content-fix if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true' - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: REPO: ${{ github.repository }} with: @@ -327,7 +327,7 @@ jobs: - name: Run content-fix skill id: content-fix-followup if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true' - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: REPO: ${{ github.repository }} COMMENT_BODY: ${{ github.event.comment.body }} diff --git a/.github/workflows/vale-autofix.yml b/.github/workflows/vale-autofix.yml index ba74e968d2..58135bd832 100644 --- a/.github/workflows/vale-autofix.yml +++ b/.github/workflows/vale-autofix.yml @@ -144,7 +144,7 @@ jobs: id: phase2 if: steps.vale-remaining.outputs.remaining > 0 continue-on-error: true - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -188,7 +188,7 @@ jobs: id: phase3 if: steps.bot-check.outputs.skip != 'true' && steps.changed-files.outputs.count > 0 continue-on-error: true - uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 + uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: