From 1d8418d4e97ddd27a822aed1fe32132048bceb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:27:12 +0000 Subject: [PATCH] build(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/bundle-analysis.yml | 2 +- .github/workflows/composer-update.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/trigger-update-dependencies.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bundle-analysis.yml b/.github/workflows/bundle-analysis.yml index 249e4ca..ddaa825 100644 --- a/.github/workflows/bundle-analysis.yml +++ b/.github/workflows/bundle-analysis.yml @@ -202,7 +202,7 @@ jobs: - name: Comment PR with size report if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index c646d44..c95ce1e 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -116,7 +116,7 @@ jobs: fi - name: Generate PR/commit summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: ${{ steps.should_release.outputs.result == 'true' }} id: summary env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c93252..31b10f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: cb="$(git show -s --format=%b)" echo "commit_body<> $GITHUB_OUTPUT - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 if: ${{ steps.branch-names.outputs.current_branch == 'update-dependencies' }} id: release-tag env: diff --git a/.github/workflows/trigger-update-dependencies.yml b/.github/workflows/trigger-update-dependencies.yml index a1482de..4234c7b 100644 --- a/.github/workflows/trigger-update-dependencies.yml +++ b/.github/workflows/trigger-update-dependencies.yml @@ -15,7 +15,7 @@ jobs: outputs: targets: ${{ steps.targets.outputs.result }} steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 id: targets env: TOKEN: ${{ secrets.TOKEN }}