diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 8326590e..f9397a41 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@0ed5eeaa54d3b0170e79f1ff29996342cf0605f1 # v1 + uses: anthropics/claude-code-action@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: true diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 845e3252..914fd2ef 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@0ed5eeaa54d3b0170e79f1ff29996342cf0605f1 # v1 + uses: anthropics/claude-code-action@70e16deb18402428bd09e08d1ec3662a872e3c72 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} settings: ".claude/settings.json"