From 9da42097a99e6624b77fe2c757b8ae1128ea95e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:39:22 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny --- .github/workflows/commentBenchResult.yml | 6 +++--- .github/workflows/docker-app-rest-passthrough.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commentBenchResult.yml b/.github/workflows/commentBenchResult.yml index 6dba6264d..f683e02c1 100644 --- a/.github/workflows/commentBenchResult.yml +++ b/.github/workflows/commentBenchResult.yml @@ -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: | diff --git a/.github/workflows/docker-app-rest-passthrough.yml b/.github/workflows/docker-app-rest-passthrough.yml index 6176617e0..3459fe786 100644 --- a/.github/workflows/docker-app-rest-passthrough.yml +++ b/.github/workflows/docker-app-rest-passthrough.yml @@ -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');