diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index ffa9626..e0d8e57 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@8341a564b0c1693e9fa29c681852ee3714980098 + uses: anthropics/claude-code-action@f64219702d7454cf29fe32a74104be6ed43dc637 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index 6022e6f..a570a7e 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@8341a564b0c1693e9fa29c681852ee3714980098 + uses: anthropics/claude-code-action@f64219702d7454cf29fe32a74104be6ed43dc637 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: |