From 26d99b26f091e20008188b2bf6fa7617bb976a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:51:41 +0000 Subject: [PATCH] chore(ci): 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/dependabot-automerge.yml | 2 +- .github/workflows/pr-governance.yml | 2 +- .github/workflows/tag-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 92bdc82..ad0cb88 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -26,7 +26,7 @@ jobs: - name: Enable auto-merge for safe patch updates if: steps.metadata.outputs.update-type == 'version-update:semver-patch' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const prNumber = context.payload.pull_request.number; diff --git a/.github/workflows/pr-governance.yml b/.github/workflows/pr-governance.yml index 0be8fa1..c633ccb 100644 --- a/.github/workflows/pr-governance.yml +++ b/.github/workflows/pr-governance.yml @@ -34,7 +34,7 @@ jobs: requireScope: false - name: Validate labels and PR template sections - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request; diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index bc6efa9..1656635 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -59,7 +59,7 @@ jobs: fi - name: Validate automated release readiness gates - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner;