From 3b6bfc33d87941bf026fbfc4bffb2649acefdc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:13:45 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-report-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-report-check.yml b/.github/workflows/test-report-check.yml index ad259f1..47a4f00 100644 --- a/.github/workflows/test-report-check.yml +++ b/.github/workflows/test-report-check.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Detect example-code changes id: scope - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { data: files } = await github.rest.pulls.listFiles({ @@ -49,7 +49,7 @@ jobs: - name: Evaluate Test Report and label env: TOUCHED: ${{ steps.scope.outputs.touched }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const LABEL = 'needs-test-report';