From 491b4e106e5488105e261fb63e42e8135b63267b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:32:19 +0000 Subject: [PATCH] ci(deps): Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/build.yml | 2 +- .github/workflows/gitflow-merge-conflict.yml | 2 +- .github/workflows/pr-review-reminder.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd1ad4dee071..a9cbdc5969fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1228,7 +1228,7 @@ jobs: - name: Create issues for failed jobs if: github.ref == 'refs/heads/develop' && contains(needs.*.result, 'failure') - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { default: run } = await import( diff --git a/.github/workflows/gitflow-merge-conflict.yml b/.github/workflows/gitflow-merge-conflict.yml index 8b31d07afd6a..102d05b6d03b 100644 --- a/.github/workflows/gitflow-merge-conflict.yml +++ b/.github/workflows/gitflow-merge-conflict.yml @@ -16,7 +16,7 @@ jobs: issues: write steps: - name: Check for merge conflicts with retry - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const initialDelay = 60_000; // Wait 1 minute before first check to let CI start diff --git a/.github/workflows/pr-review-reminder.yml b/.github/workflows/pr-review-reminder.yml index a4534dad16dc..74cab9997d0a 100644 --- a/.github/workflows/pr-review-reminder.yml +++ b/.github/workflows/pr-review-reminder.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 - name: Remind pending reviewers - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { default: run } = await import(