diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 4245f44d7e..3b39bda681 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 84d31f7c07..94f1635f1f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/format-release-notes.yml b/.github/workflows/format-release-notes.yml index 0b933000bc..c798949119 100644 --- a/.github/workflows/format-release-notes.yml +++ b/.github/workflows/format-release-notes.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 1 - name: Reformat release notes with Claude - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 timeout-minutes: 20 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/scheduled-code-review.yml b/.github/workflows/scheduled-code-review.yml index e799bcf458..b97c901716 100644 --- a/.github/workflows/scheduled-code-review.yml +++ b/.github/workflows/scheduled-code-review.yml @@ -99,7 +99,7 @@ jobs: - name: Run Claude Code scheduled review if: steps.guard.outputs.skip != 'true' - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 env: REVIEW_SINCE: ${{ env.REVIEW_SINCE }} REVIEW_SCOPE: ${{ env.REVIEW_SCOPE }} diff --git a/.github/workflows/translate-release-notes.yml b/.github/workflows/translate-release-notes.yml index 79e3071984..7d9738f125 100644 --- a/.github/workflows/translate-release-notes.yml +++ b/.github/workflows/translate-release-notes.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 1 - name: Translate discussion and link from release - uses: anthropics/claude-code-action@v1.0.200 + uses: anthropics/claude-code-action@v1.0.211 timeout-minutes: 20 env: GH_TOKEN: ${{ secrets.DISCUSSION_TOKEN }}