From 3e34d550c8701ed12f272f21de63d3117d8acfcc Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Thu, 9 Apr 2026 14:16:54 +0200 Subject: [PATCH] fix(ci): pin claude-code-action to v1.0.88 (#3336) --- .github/workflows/claude.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 09fe97905..d5ff32028 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -62,7 +62,8 @@ jobs: - name: Run Claude Code if: success() id: claude - uses: anthropics/claude-code-action@26ddc358fe3befff50c5ec2f80304c90c763f6f8 # v1 + # TODO(Steven): Update once https://github.com/anthropics/claude-code-action/issues/1187 is shipped + uses: anthropics/claude-code-action@1eddb334cfa79fdb21ecbe2180ca1a016e8e7d47 # v1.0.88 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: true