From 373a791dc85fac84bb7e493ffb2ed9bf1bb07867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:35:06 +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/dependency-watch.yml | 2 +- .github/workflows/lockfile-rationale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-watch.yml b/.github/workflows/dependency-watch.yml index e5c7910..62be527 100644 --- a/.github/workflows/dependency-watch.yml +++ b/.github/workflows/dependency-watch.yml @@ -109,7 +109,7 @@ jobs: - name: Create or update dependency alert issue if: steps.pnpm_audit.outputs.exit_code != '0' || steps.cargo_summary.outputs.warning_count != '0' || steps.cargo_summary.outputs.vuln_count != '0' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 env: RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} PNPM_AUDIT_EXIT: ${{ steps.pnpm_audit.outputs.exit_code }} diff --git a/.github/workflows/lockfile-rationale.yml b/.github/workflows/lockfile-rationale.yml index a3f5394..18dd7b8 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@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: |