From 8800cd6f653e35c9a26aaca42871998766868da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:29:33 +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/dependabot-auto-merge.yml | 6 +++--- .github/workflows/lighthouse-ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 0aed740c..14b0df56 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -64,7 +64,7 @@ jobs: - name: Approve Pull Request if: steps.parse.outputs.bump_type != 'major' && steps.parse.outputs.bump_type != 'unknown' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.pulls.createReview({ @@ -77,7 +77,7 @@ jobs: - name: Enable Auto-Merge (Squash) if: steps.parse.outputs.bump_type != 'major' && steps.parse.outputs.bump_type != 'unknown' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.pulls.merge({ @@ -89,7 +89,7 @@ jobs: - name: Skip auto-merge for major updates if: steps.parse.outputs.bump_type == 'major' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml index 74c17dd9..10b0dd2b 100644 --- a/.github/workflows/lighthouse-ci.yml +++ b/.github/workflows/lighthouse-ci.yml @@ -128,7 +128,7 @@ jobs: - name: Comment results on PR if: github.event_name == 'pull_request' && always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');