diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index de11b71..aca4477 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -785,7 +785,7 @@ jobs: # retry below. continue-on-error: true timeout-minutes: 11 - uses: anthropics/claude-code-action@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on @@ -1025,7 +1025,7 @@ jobs: # budget. continue-on-error: true timeout-minutes: 11 - uses: anthropics/claude-code-action@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on diff --git a/.github/workflows/claude-security-review.yml b/.github/workflows/claude-security-review.yml index 48a0d4e..a219bde 100644 --- a/.github/workflows/claude-security-review.yml +++ b/.github/workflows/claude-security-review.yml @@ -1140,7 +1140,7 @@ jobs: # leaves room for the retry (see the retry formula there). continue-on-error: true timeout-minutes: 18 - uses: anthropics/claude-code-action@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on @@ -1409,7 +1409,7 @@ jobs: # and the same step timeout keeps the retry inside the job budget. continue-on-error: true timeout-minutes: 18 - uses: anthropics/claude-code-action@56cf60fde42f7b19c3abfd5c9c48b69a1288461f # v1.0.222 + uses: anthropics/claude-code-action@51db78a4b844e144f8d02425cb280435c04a3474 # v1.0.224 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # track_progress is pull_request-only upstream; forcing it on