diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 7ff109b..1406318 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1 + uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 4217a64..297a13b 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@f0c8eb29807907de7f5412d04afceb5e24817127 # v1 + uses: anthropics/claude-code-action@d7b6d50442a89f005016e778bf825a72ef582525 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}