From 45c9c02b45235eccb8639e18d52c38765a367d12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:53:52 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.95 --- .github/workflows/engineering.yml | 2 +- .github/workflows/issues.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}