From ad956f5b833b8fc68fa4b4ebb22bc99e7fe13657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:07:07 +0000 Subject: [PATCH] [github-actions]: Bump actions/github-script in /.github/workflows 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/release_maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_maven.yml b/.github/workflows/release_maven.yml index 2b8898cbb..8d446779a 100644 --- a/.github/workflows/release_maven.yml +++ b/.github/workflows/release_maven.yml @@ -77,7 +77,7 @@ jobs: - name: Validate BREAKING changes require major version bump if: steps.previous_release.outputs.tag != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PREVIOUS_TAG: ${{ steps.previous_release.outputs.tag }} RELEASE_VERSION: ${{ github.event.inputs.release_version }}