]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Update github-script action version to 8.0.0 in claude-review
authorDaan De Meyer <daan@amutable.com>
Mon, 16 Mar 2026 11:01:36 +0000 (12:01 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 16 Mar 2026 11:23:39 +0000 (12:23 +0100)
.github/workflows/claude-review.yml

index 861613e65d8449861239c74464acc538fe79f80e..160bab85c4965a31602dce8c9029769dd14002b7 100644 (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 }}