diff --git a/.github/workflows/gitnexus-review-agent.yml b/.github/workflows/gitnexus-review-agent.yml index 8ed65559e..368908291 100644 --- a/.github/workflows/gitnexus-review-agent.yml +++ b/.github/workflows/gitnexus-review-agent.yml @@ -1294,7 +1294,7 @@ jobs: steps.claude-recheck.outcome == 'success' # Use the low-level base action: the high-level GitHub action can restore # project configuration from a moving base branch before invoking Claude. - uses: anthropics/claude-code-action/base-action@3553f84341b92da26052e28acf1aa898f9511f32 # v1 + uses: anthropics/claude-code-action/base-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1 env: CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: '1' CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD: '0' @@ -1447,7 +1447,7 @@ jobs: if: >- steps.precheck.outputs.repair_reason != '' && steps.repair-recheck.outcome == 'success' - uses: anthropics/claude-code-action/base-action@3553f84341b92da26052e28acf1aa898f9511f32 # v1 + uses: anthropics/claude-code-action/base-action@e0cf66d1d257526b5d07f141838c338921cb8455 # v1 env: CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: '1' CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD: '0'