From 4875571fd7507d68020e7943e732e821d56730f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:41:23 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8.0.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/git-hygiene.yml | 2 +- .github/workflows/lockfile-rationale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-hygiene.yml b/.github/workflows/git-hygiene.yml index 5f7b8dc..ec0afb6 100644 --- a/.github/workflows/git-hygiene.yml +++ b/.github/workflows/git-hygiene.yml @@ -32,7 +32,7 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: script: | const branch = context.payload.pull_request?.head?.ref || ""; diff --git a/.github/workflows/lockfile-rationale.yml b/.github/workflows/lockfile-rationale.yml index 9f5726d..18409c9 100644 --- a/.github/workflows/lockfile-rationale.yml +++ b/.github/workflows/lockfile-rationale.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 id: changed - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 if: contains(steps.changed.outputs.all_changed_files, 'pnpm-lock.yaml') || contains(steps.changed.outputs.all_changed_files, 'package-lock.json') || contains(steps.changed.outputs.all_changed_files, 'yarn.lock') with: script: |