From: Daan De Meyer Date: Mon, 16 Mar 2026 11:01:36 +0000 (+0100) Subject: ci: Update github-script action version to 8.0.0 in claude-review X-Git-Tag: v260~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9ac5cdf1850bc3962646653d01988d2b82a1d85;p=thirdparty%2Fsystemd.git ci: Update github-script action version to 8.0.0 in claude-review --- 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 }}