diff --git a/.github/workflows/claude-adversarial-review.yml b/.github/workflows/claude-adversarial-review.yml index 880e95b..25dd683 100644 --- a/.github/workflows/claude-adversarial-review.yml +++ b/.github/workflows/claude-adversarial-review.yml @@ -39,7 +39,7 @@ jobs: - name: Adversarial pass # Pinned to v1.0.112 (2026-05-04) — see claude-review.yml for context # (ci-workflows#37: v1.0.113/.114 regression breaks the setup step). - uses: anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc # v1.0.190 + uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index e79acc2..2db5086 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -297,7 +297,7 @@ jobs: # Code native binary, causing every Claude Review across the fleet to # fail with "Claude Code native binary not found". See ci-workflows#37. # Restore to @v1 (or a fresh SHA) once upstream ships a fix. - uses: anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc # v1.0.190 + uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # Allow bot-initiated PRs (dependabot, renovate). Without this the diff --git a/.github/workflows/verifier-on-high-risk.yml b/.github/workflows/verifier-on-high-risk.yml index ef7020a..fb2913e 100644 --- a/.github/workflows/verifier-on-high-risk.yml +++ b/.github/workflows/verifier-on-high-risk.yml @@ -283,7 +283,7 @@ jobs: if: steps.classify.outputs.matched == 'yes' id: verifier continue-on-error: true # keep the workflow running so we can post the check-run with FAILURE conclusion - uses: anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc # v1.0.190 + uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: ${{ steps.prompt.outputs.text }}