diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 68539786b2..e801b0dddb 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -76,7 +76,7 @@ jobs: version: "1.0.0-beta10" - name: "Review: Claude" id: claude-review - uses: anthropics/claude-code-action@7145c3e0510bcdbdd29f67cc4a8c1958f1acfa2f # beta + uses: anthropics/claude-code-action@c9ec2b02b40ac0444c6716e51d5e19ef2e0b8d00 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} custom_instructions: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 8bf930f9db..ff07bdd0e9 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -70,7 +70,7 @@ jobs: fi - name: "Run: Claude" id: claude - uses: anthropics/claude-code-action@7145c3e0510bcdbdd29f67cc4a8c1958f1acfa2f # beta + uses: anthropics/claude-code-action@c9ec2b02b40ac0444c6716e51d5e19ef2e0b8d00 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} custom_instructions: |