diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 6af6bf2f..b1fa7cf7 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@f64219702d7454cf29fe32a74104be6ed43dc637 # v1 + uses: anthropics/claude-code-action@4126f9d9757c0875ff758aa45f3935bc9e3dd1e9 # 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 89ae83d3..e27b050c 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@f64219702d7454cf29fe32a74104be6ed43dc637 # v1 + uses: anthropics/claude-code-action@4126f9d9757c0875ff758aa45f3935bc9e3dd1e9 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} settings: ".claude/settings.json"