From 16821729e1595a689ed513a8356d6102d87b7fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:10:42 +0000 Subject: [PATCH] ci(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/kolmbench-submission.yml | 2 +- .github/workflows/sbom.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kolmbench-submission.yml b/.github/workflows/kolmbench-submission.yml index 2a4cc6d8b..f8edbbe5e 100644 --- a/.github/workflows/kolmbench-submission.yml +++ b/.github/workflows/kolmbench-submission.yml @@ -116,7 +116,7 @@ jobs: - name: Comment validation result on PR if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const body = `${{ steps.validate.outputs.result_md }}`; diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index b40e31c1f..479366857 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -73,7 +73,7 @@ jobs: # for clean vuln-free runs (would spam the tracker). - name: open tracking issue on sbom failure if: steps.cdx.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = `SBOM emission failed on ${context.sha.slice(0,7)}`;