From 86f6d1b7f53629ed3fa1452024b2fa9f8e157e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 09:06:45 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7.1.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/f28e40c7f34bde8b3046d885e986cb6290c5673b...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 daea483..8678c5e 100644 --- a/.github/workflows/git-hygiene.yml +++ b/.github/workflows/git-hygiene.yml @@ -33,7 +33,7 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b + - 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 22b2cff..abaadf7 100644 --- a/.github/workflows/lockfile-rationale.yml +++ b/.github/workflows/lockfile-rationale.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c id: changed - - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b + - 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: |