From e578ff5d6a8e8f616212835c3dc2a599e3ac8839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:52:52 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/pr-delta-comment.yml | 2 +- .github/workflows/understand-first-pr-analysis.yml | 6 +++--- .github/workflows/understand-first.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-delta-comment.yml b/.github/workflows/pr-delta-comment.yml index 6853aa2..3f17a84 100644 --- a/.github/workflows/pr-delta-comment.yml +++ b/.github/workflows/pr-delta-comment.yml @@ -29,7 +29,7 @@ jobs: run: | u visual delta maps/lens_base.json maps/lens_head.json -o maps/delta.svg || true - name: Comment on PR with delta - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/understand-first-pr-analysis.yml b/.github/workflows/understand-first-pr-analysis.yml index 6ae4116..987e786 100644 --- a/.github/workflows/understand-first-pr-analysis.yml +++ b/.github/workflows/understand-first-pr-analysis.yml @@ -101,7 +101,7 @@ jobs: policy-report.json - name: Post PR comment - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); @@ -173,7 +173,7 @@ jobs: } - name: Create Check Run - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); @@ -224,7 +224,7 @@ jobs: - name: Set commit status if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const policyExitCode = ${{ steps.policy-check.outputs.policy_exit_code }}; diff --git a/.github/workflows/understand-first.yml b/.github/workflows/understand-first.yml index 8932f11..9c0e921 100644 --- a/.github/workflows/understand-first.yml +++ b/.github/workflows/understand-first.yml @@ -202,7 +202,7 @@ jobs: - name: Generate Enhanced PR Comment if: github.event_name == 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const fs = require('fs');