From 505f056a5a77be770c59bcd7dd36bef7f94547c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:14:36 +0000 Subject: [PATCH] GitHub Action: Bump actions/github-script Bumps the all-actions-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/mu-pr-validation-pending.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mu-pr-validation-pending.yml b/.github/workflows/mu-pr-validation-pending.yml index 2e476ee9f5..2c26ea679b 100644 --- a/.github/workflows/mu-pr-validation-pending.yml +++ b/.github/workflows/mu-pr-validation-pending.yml @@ -40,7 +40,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Update PR Comment to Pending - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.app-token.outputs.token }} script: | @@ -87,7 +87,7 @@ jobs: - name: Set Pending Commit Status if: false # TODO: Requires commit status write permission to be accepted at the org level first - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.app-token.outputs.token }} script: |