diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b78e098e..53ef331f 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,7 +31,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # NOTE: plugin_marketplaces only accepts a plain Git URL; a `#` suffix diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index f4bd159c..64bd92f6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -36,7 +36,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}