diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 4245f44d7e..a497ade7c2 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.213 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..32f3315eee 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.213 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..e6f01b1eb6 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.213 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..f53915f79f 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.213 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..a23f0be798 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.213 timeout-minutes: 20 env: GH_TOKEN: ${{ secrets.DISCUSSION_TOKEN }}