From c9540e0cfe1d6608b4c6aaef036f30e5eae871ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:36:54 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action digest to 787c5a0 --- .github/workflows/_bug-fix-agent.yml | 6 +++--- .github/workflows/_security-fix-agent.yml | 4 ++-- .github/workflows/bug-triage-cron.yml | 2 +- .github/workflows/claude.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_bug-fix-agent.yml b/.github/workflows/_bug-fix-agent.yml index d94504086..b831c172c 100644 --- a/.github/workflows/_bug-fix-agent.yml +++ b/.github/workflows/_bug-fix-agent.yml @@ -77,7 +77,7 @@ jobs: id: phase1 if: steps.guard.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | @@ -135,7 +135,7 @@ jobs: steps.guard.outputs.skip != 'true' && steps.gate.outputs.test_fails == 'true' continue-on-error: true - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 env: BUG_TEST_FILE: ${{ steps.gate.outputs.test_file }} BUG_ISSUE_NUMBER: ${{ inputs.issue-number }} @@ -167,7 +167,7 @@ jobs: && steps.phase1.outcome == 'success' && steps.gate.outputs.test_fails != 'true' continue-on-error: true - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 env: BUG_ISSUE_NUMBER: ${{ inputs.issue-number }} with: diff --git a/.github/workflows/_security-fix-agent.yml b/.github/workflows/_security-fix-agent.yml index 2e544b561..b4ed2b412 100644 --- a/.github/workflows/_security-fix-agent.yml +++ b/.github/workflows/_security-fix-agent.yml @@ -67,7 +67,7 @@ jobs: id: phase1 if: steps.existing.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | @@ -86,7 +86,7 @@ jobs: id: phase2 if: steps.existing.outputs.skip != 'true' && steps.phase1.outcome == 'success' continue-on-error: true - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/bug-triage-cron.yml b/.github/workflows/bug-triage-cron.yml index f632b1a16..3a101c1d6 100644 --- a/.github/workflows/bug-triage-cron.yml +++ b/.github/workflows/bug-triage-cron.yml @@ -105,7 +105,7 @@ jobs: - name: Evaluate issues with Claude (Sonnet) if: steps.candidates.outputs.skip != 'true' && steps.filter.outputs.skip != 'true' - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 042caa3c5..32e00f26e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,6 +33,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}