diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 175b0b08..7139d3ea 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -21,7 +21,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@12531344451323133b0493233c759991ac61da12 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: "claude[bot],github-actions[bot],dependabot[bot]" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 5bc19b55..fc406abe 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@12531344451323133b0493233c759991ac61da12 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}