From a9ac5cdf1850bc3962646653d01988d2b82a1d85 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 16 Mar 2026 12:01:36 +0100 Subject: [PATCH] ci: Update github-script action version to 8.0.0 in claude-review --- .github/workflows/claude-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 861613e65d8..160bab85c49 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -67,7 +67,7 @@ jobs: - name: Create or update tracking comment id: tracking - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const owner = context.repo.owner; @@ -341,7 +341,7 @@ jobs: steps: - name: Post review comments - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd env: STRUCTURED_OUTPUT: ${{ needs.review.outputs.structured_output }} REVIEW_RESULT: ${{ needs.review.result }}