From c91a5a6ab4f36f75ae7b4274f0d2e7fe4b7476b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:11:13 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 in /.github/workflows 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/coverage-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index 926a05eb20b..bf01fd4917d 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -167,7 +167,7 @@ jobs: - name: Post coverage comment if: steps.download.outcome == 'success' && steps.pr-info.outputs.number != '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -210,7 +210,7 @@ jobs: - name: Create coverage check if: steps.download.outcome == 'success' && steps.pr-info.outputs.number != '' && steps.pr-info.outputs.head_sha != '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');