diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 3fad2014e2..062130432b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -73,7 +73,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 env: ANTHROPIC_BASE_URL: https://llm-gateway.stacklok.dev/anthropic with: diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 7ce6e50b14..fe5fa0153e 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Run Claude Code for Issue Triage - uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 env: ANTHROPIC_BASE_URL: https://llm-gateway.stacklok.dev/anthropic with: diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 9b44b5833e..5dd91bb3db 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -106,7 +106,7 @@ jobs: - name: Generate release notes with Claude id: claude - uses: anthropics/claude-code-action@16b3b310c3d7b5279df73130324d5205aeea8eac # v1.0.205 + uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1.0.217 env: # gh CLI used by the skill (read-only PR/issue lookups) authenticates # via GH_TOKEN. Read access is sufficient — publishing happens in a