build(deps): bump actions/github-script from 8 to 9 (#4943)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
dependabot[bot]
2026-04-15 02:48:29 +05:30
committed by GitHub
parent 0d4f70fff7
commit 6f5a075d2c

View File

@@ -145,7 +145,7 @@ jobs:
# sarif file to then assign different categories to we need to modify the SARIF file itself before uploading it to make sure that each run described
# by the sarif file has a unique tool name
- name: Change the Snyk tool names to different names
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');