ci: Update github-script action version to 8.0.0 in claude-review

This commit is contained in:
Daan De Meyer
2026-03-16 12:01:36 +01:00
committed by Daan De Meyer
parent b1c446a0b0
commit a9ac5cdf18

View File

@@ -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 }}