From c7fade24f725e4417c420958ac07ffb8a1af5a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:29:17 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/f28e40c7f34bde8b3046d885e986cb6290c5673b...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.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 cc3c343..b2c68a6 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@f28e40c7f34bde8b3046d885e986cb6290c5673b + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd 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 0af27b2..c845b87 100644 --- a/.github/workflows/lockfile-rationale.yml +++ b/.github/workflows/lockfile-rationale.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c id: changed - - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd 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') || contains(steps.changed.outputs.all_changed_files, '.perf-baselines/') with: script: |