From fddbdfdf89cf22d396ceb378d062d0fbb9efd614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 04:52:57 +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/codeql.yml | 4 ++-- .github/workflows/update-docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 60dbef1c..6ffd82d9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: continue: ${{ steps.continue.outputs.result }} steps: - name: Get repo languages - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: lang with: script: | @@ -87,7 +87,7 @@ jobs: return matrix - name: Continue - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: continue with: script: | diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d1212f65..3dd28ce4 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -60,7 +60,7 @@ jobs: if: >- github.event_name == 'release' && github.event.action == 'edited' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const latestRelease = await github.rest.repos.getLatestRelease({