]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: update actions/github-script
authorJason Ish <jason.ish@oisf.net>
Mon, 12 Feb 2024 16:57:40 +0000 (10:57 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 13 Feb 2024 09:58:58 +0000 (10:58 +0100)
.github/workflows/authors-done.yml

index d0fdf4491c454b497ee19008fb2277f9a6dddede..fa449745f9877787d813146a0bda4147c79d998f 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       - run: echo "Author check is complete"
 
       - name: Download artifact new authors
-        uses: actions/github-script@v6
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
         with:
           script: |
             let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -38,7 +38,7 @@ jobs:
           fi
       - name: Comment on PR
         if: ${{ env.new_authors == 'yes' }}
-        uses: actions/github-script@v6
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |