Skip to content

Commit 1682172

Browse files
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](actions/github-script@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] <support@github.com>
1 parent eddcc3f commit 1682172

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kolmbench-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Comment validation result on PR
118118
if: always()
119-
uses: actions/github-script@v7
119+
uses: actions/github-script@v9
120120
with:
121121
script: |
122122
const body = `${{ steps.validate.outputs.result_md }}`;

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# for clean vuln-free runs (would spam the tracker).
7474
- name: open tracking issue on sbom failure
7575
if: steps.cdx.outcome == 'failure'
76-
uses: actions/github-script@v7
76+
uses: actions/github-script@v9
7777
with:
7878
script: |
7979
const title = `SBOM emission failed on ${context.sha.slice(0,7)}`;

0 commit comments

Comments
 (0)