From 7a4d79b52a5491d7057240f4819eb90172a0d4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:05:13 +0000 Subject: [PATCH] Chore(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/github2gerrit-v2.yaml | 2 +- .github/workflows/github2gerrit.yaml | 2 +- action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github2gerrit-v2.yaml b/.github/workflows/github2gerrit-v2.yaml index 5cb43a3..beca086 100644 --- a/.github/workflows/github2gerrit-v2.yaml +++ b/.github/workflows/github2gerrit-v2.yaml @@ -241,7 +241,7 @@ jobs: - name: "Add GitHub reference to PR" if: env.GERRIT_CR_URL_CID != '' # yamllint disable rule:line-length - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 186e617..3f37477 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -528,7 +528,7 @@ jobs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CR_URL_CID, '')) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string retries: 3 diff --git a/action.yaml b/action.yaml index 54db24d..b9db5ff 100644 --- a/action.yaml +++ b/action.yaml @@ -379,7 +379,7 @@ runs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CHANGE_REQUEST_URL, '')) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string retries: 3