]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump actions/github-script from 7.0.1 to 8.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 17 Sep 2025 02:18:37 +0000 (02:18 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Sep 2025 07:23:53 +0000 (09:23 +0200)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/authors-done.yml

index fa449745f9877787d813146a0bda4147c79d998f..ed1dc0a32fa97dacf8566235bdaa8609620569a1 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       - run: echo "Author check is complete"
 
       - name: Download artifact new authors
-        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
         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@60a0d83039c74a4aee543508d2ffcb1c3799cdea
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |