diff --git a/.github/workflows/claude-blocking-review.yml b/.github/workflows/claude-blocking-review.yml index f4f640d..e2376b0 100644 --- a/.github/workflows/claude-blocking-review.yml +++ b/.github/workflows/claude-blocking-review.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 1 @@ -339,7 +339,7 @@ jobs: if: steps.doc-check.outputs.skip != 'true' timeout-minutes: ${{ fromJSON(steps.estimate.outputs.timeout_minutes) }} continue-on-error: true # infrastructure failure must not block merges - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1 with: # claude-code-action rejects non-User actors unless explicitly allowed. # Callers use this on pull_request events that fire for bot-opened PRs