From 8eb191357ca5055b4c113201da3dd989f955e82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 03:03:27 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7 to 8 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] --- .github/workflows/comment.yml | 4 ++-- .github/workflows/compat.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 8a6db05a..e15947dd 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -18,7 +18,7 @@ jobs: steps: - name: List Annotations - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -46,7 +46,7 @@ jobs: - run: unzip comment.zip - 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/compat.yml b/.github/workflows/compat.yml index fb5ef619..0a4a67ee 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -64,7 +64,7 @@ jobs: name: gnu-result path: gnu-result.json - name: Download artifacts (gnu-result and gnu-test-report) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let fs = require('fs'); @@ -154,7 +154,7 @@ jobs: name: bfs-result path: bfs-result.json - name: Download artifacts (gnu-result and bfs-test-report) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let fs = require('fs'); @@ -209,7 +209,7 @@ jobs: steps: - name: List Annotations - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: |