From e29bae1c550927a0190b95614c13a6534cc97289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:02:32 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/automated-sbom-repo-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-sbom-repo-scan.yml b/.github/workflows/automated-sbom-repo-scan.yml index 58f9c8a8..660dc8d4 100644 --- a/.github/workflows/automated-sbom-repo-scan.yml +++ b/.github/workflows/automated-sbom-repo-scan.yml @@ -41,7 +41,7 @@ jobs: sarif_file: ${{ steps.sbom-scan.outputs.sarif }} - name: Add/Update SBOM failure comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: always() && failure() with: script: | @@ -79,7 +79,7 @@ jobs: }) - name: Delete SBOM failure comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: always() && success() with: script: |