diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 6af42b3..3f866c0 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,7 +22,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1 + uses: anthropics/claude-code-action@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index dafccea..6f49b23 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # v1 + uses: anthropics/claude-code-action@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: |