diff --git a/.github/workflows/_bug-fix-agent.yml b/.github/workflows/_bug-fix-agent.yml index b7e44c658..5cca8c17d 100644 --- a/.github/workflows/_bug-fix-agent.yml +++ b/.github/workflows/_bug-fix-agent.yml @@ -79,7 +79,7 @@ jobs: id: phase1 if: steps.guard.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 with: anthropic_api_key: ${{ secrets.STACKLOK_GATEWAY_KEY_BUG_FIX }} prompt: | @@ -137,7 +137,7 @@ jobs: steps.guard.outputs.skip != 'true' && steps.gate.outputs.test_fails == 'true' continue-on-error: true - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 env: BUG_TEST_FILE: ${{ steps.gate.outputs.test_file }} BUG_ISSUE_NUMBER: ${{ inputs.issue-number }} @@ -169,7 +169,7 @@ jobs: && steps.phase1.outcome == 'success' && steps.gate.outputs.test_fails != 'true' continue-on-error: true - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 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 6d5729555..a3f778dda 100644 --- a/.github/workflows/_security-fix-agent.yml +++ b/.github/workflows/_security-fix-agent.yml @@ -69,7 +69,7 @@ jobs: id: phase1 if: steps.existing.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 with: anthropic_api_key: ${{ secrets.STACKLOK_GATEWAY_KEY_SECURITY_FIX }} prompt: | @@ -88,7 +88,7 @@ jobs: id: phase2 if: steps.existing.outputs.skip != 'true' && steps.phase1.outcome == 'success' continue-on-error: true - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 with: anthropic_api_key: ${{ secrets.STACKLOK_GATEWAY_KEY_SECURITY_FIX }} prompt: | diff --git a/.github/workflows/bug-triage-cron.yml b/.github/workflows/bug-triage-cron.yml index c2a2ac49d..2da85403d 100644 --- a/.github/workflows/bug-triage-cron.yml +++ b/.github/workflows/bug-triage-cron.yml @@ -107,7 +107,7 @@ jobs: - name: Evaluate issues with Claude (Sonnet) if: steps.candidates.outputs.skip != 'true' && steps.filter.outputs.skip != 'true' - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 with: anthropic_api_key: ${{ secrets.STACKLOK_GATEWAY_KEY_BUG_FIX }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index de1187f81..1e73974e6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -35,6 +35,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 with: anthropic_api_key: ${{ secrets.STACKLOK_GATEWAY_KEY_CLAUDE_TAG }}