From 4fca7321a86226f9dcde015febd34fabb22a0e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:20:36 +0000 Subject: [PATCH] Chore(deps): Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/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 2a12388..451acc9 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@v8 + uses: actions/github-script@v9 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 7ba5caf..3506942 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -529,7 +529,7 @@ jobs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CR_URL_CID, '')) - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string retries: 3 diff --git a/action.yaml b/action.yaml index 04f23a1..c45b194 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@v8 + uses: actions/github-script@v9 with: result-encoding: string retries: 3