diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 10ced7e..d8aced6 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 - name: Run Claude Code Review - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110 + uses: anthropics/claude-code-action@7d7d3055f1fdc9a97a040c69ead9ba392fa6326a # v1.0.113 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index fcf9834..cd42fbe 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,6 +33,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1 + uses: anthropics/claude-code-action@7d7d3055f1fdc9a97a040c69ead9ba392fa6326a # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}