diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index c141881..401f794 100644 --- a/.github/workflows/claude-code-review.yaml +++ b/.github/workflows/claude-code-review.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - name: claude-review id: claude-review - uses: anthropics/claude-code-action@0cf5eeec4f908121edd03a81411b55485994f8d3 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index ea906a9..c996813 100644 --- a/.github/workflows/claude.yaml +++ b/.github/workflows/claude.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 1 - name: claude id: claude - uses: anthropics/claude-code-action@0cf5eeec4f908121edd03a81411b55485994f8d3 + uses: anthropics/claude-code-action@edd85d61533cbba7b57ed0ca4af1750b1fdfd3c4 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: |