build(deps): bump actions/github-script from 7 to 8 (#4488)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
dependabot[bot]
2025-10-01 20:39:22 +02:00
committed by GitHub
parent 9a811573e9
commit 9da42097a9
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
deno-version: v1.x
- name: Download Commit Data Artifact
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -44,7 +44,7 @@ jobs:
run: unzip commitData.zip
- name: Download Result Artifact
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -76,7 +76,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: 'Comment on PR'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |

View File

@@ -145,7 +145,7 @@ jobs:
# sarif file to then assign different categories to we need to modify the SARIF file itself before uploading it to make sure that each run described
# by the sarif file has a unique tool name
- name: Change the Snyk tool names to different names
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const fs = require('fs');