From b26e4ebfc06446f0f158b7a4cf5f7aefa88610df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:53:13 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/entropy-beauty-comment.yml | 2 +- .github/workflows/entropy-beauty-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/entropy-beauty-comment.yml b/.github/workflows/entropy-beauty-comment.yml index d156baccc4..364ea49082 100644 --- a/.github/workflows/entropy-beauty-comment.yml +++ b/.github/workflows/entropy-beauty-comment.yml @@ -28,7 +28,7 @@ jobs: path: results - name: Post summary comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/entropy-beauty-scan.yml b/.github/workflows/entropy-beauty-scan.yml index 16843d599c..dcd387e3de 100644 --- a/.github/workflows/entropy-beauty-scan.yml +++ b/.github/workflows/entropy-beauty-scan.yml @@ -116,7 +116,7 @@ jobs: name: scan-results - name: Create issue on suspicious entropy - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');