diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 65aa58bac..cb70af8a8 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Claude review (dependency updates) - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} @@ -97,7 +97,7 @@ jobs: - name: Claude review (general) if: github.event.action != 'synchronize' - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} with: @@ -154,7 +154,7 @@ jobs: # ── Follow-up on pushes: only the delta and existing findings ──────────── - name: Follow-up Claude review (new commits only) if: github.event.action == 'synchronize' - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} with: