From: Jason Ish Date: Mon, 12 Feb 2024 16:57:40 +0000 (-0600) Subject: github-ci: update actions/github-script X-Git-Tag: suricata-8.0.0-beta1~1772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49834eabf1ca0bf36e8249d2caf37e6d2172dac9;p=thirdparty%2Fsuricata.git github-ci: update actions/github-script --- diff --git a/.github/workflows/authors-done.yml b/.github/workflows/authors-done.yml index d0fdf4491c..fa449745f9 100644 --- a/.github/workflows/authors-done.yml +++ b/.github/workflows/authors-done.yml @@ -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: |