From f60e3811b26f9de13a83f9fa9f878675f6fc21e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:01:43 +0000 Subject: [PATCH] chore: 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/citgm-package.yml | 2 +- .github/workflows/lint-ecosystem-order.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/citgm-package.yml b/.github/workflows/citgm-package.yml index fe6dd6705c1..aef368c5141 100644 --- a/.github/workflows/citgm-package.yml +++ b/.github/workflows/citgm-package.yml @@ -64,7 +64,7 @@ jobs: run: | npm link - name: Determine repository URL of ${{inputs.package}} - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: repository-url with: result-encoding: string diff --git a/.github/workflows/lint-ecosystem-order.yml b/.github/workflows/lint-ecosystem-order.yml index 2f2c053bb6a..e4cee7c00b1 100644 --- a/.github/workflows/lint-ecosystem-order.yml +++ b/.github/workflows/lint-ecosystem-order.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Lint Doc - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |