diff --git a/.github/workflows/engineering.yml b/.github/workflows/engineering.yml index 31a251f..2f4b2e7 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -452,7 +452,7 @@ jobs: # ------------------------------------------------------------------ - name: Run engineering agent if: steps.auth.outputs.allowed == 'true' - uses: anthropics/claude-code-action@1c8b699d43e9bfed42b48ef15da85d89bab70960 # v1.0.94 + uses: anthropics/claude-code-action@39431830520a7ae6c0c572f11a7707e7043325e3 # v1.0.95 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1e2c3a9..770ab2d 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -125,7 +125,7 @@ jobs: - name: Handle issue if: steps.issue.outputs.skip != 'true' - uses: anthropics/claude-code-action@1c8b699d43e9bfed42b48ef15da85d89bab70960 # v1.0.94 + uses: anthropics/claude-code-action@39431830520a7ae6c0c572f11a7707e7043325e3 # v1.0.95 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}