From 56d4f41f706ebc35d6fc0485145070f1f4825bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:03:20 +0000 Subject: [PATCH] chore(ci): 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/dependabot-automerge.yml | 2 +- .github/workflows/pr-governance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 92bdc82..c024463 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@v8 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..0f580fc 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@v8 with: script: | const pr = context.payload.pull_request;