diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index c34a42449..6e3420dfe 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - name: Auto review PR - uses: anthropics/claude-code-action@91c510a769db0f9b79df0efbdded0c29c033f846 # ratchet:anthropics/claude-code-action@main + uses: anthropics/claude-code-action@e3b3e531a7695dfc37c604a62ffcaf0f436c4524 # ratchet:anthropics/claude-code-action@main with: direct_prompt: | Please review this PR. Look at the changes and provide thoughtful feedback on: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 60f82d337..77d419f38 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,6 +31,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@91c510a769db0f9b79df0efbdded0c29c033f846 # ratchet:anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@e3b3e531a7695dfc37c604a62ffcaf0f436c4524 # ratchet:anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}