diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ed5d0b6..ff95694 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -26,7 +26,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631 # v1.0.39 + uses: anthropics/claude-code-action@f669191d7d1e67f08a54b0c11cf5683a9a391951 # v1.0.49 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: "https://github.com/anthropics/claude-code.git" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 0d314b3..1dd3723 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631 # v1.0.39 + uses: anthropics/claude-code-action@f669191d7d1e67f08a54b0c11cf5683a9a391951 # v1.0.49 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}