From ad9af97da09d6ae01e8efdcb47ba7a592a86a009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:14:49 +0000 Subject: [PATCH] ci: 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/copilot-autofix.yml | 2 +- .github/workflows/copilot-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-autofix.yml b/.github/workflows/copilot-autofix.yml index 0d2fc03..0655d2f 100644 --- a/.github/workflows/copilot-autofix.yml +++ b/.github/workflows/copilot-autofix.yml @@ -41,7 +41,7 @@ jobs: - name: Create tracking issue if problems found if: steps.check.outputs.count > 0 - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/copilot-review.yml b/.github/workflows/copilot-review.yml index b55d619..62490b6 100644 --- a/.github/workflows/copilot-review.yml +++ b/.github/workflows/copilot-review.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.draft == false steps: - name: Request Copilot as reviewer - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |