From 6f5a075d2cbc78bec0f941dfbd7e828362fdd098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:48:29 +0530 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Awesome Stickz --- .github/workflows/docker-app-rest-passthrough.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-app-rest-passthrough.yml b/.github/workflows/docker-app-rest-passthrough.yml index 82fdce979..5865d84ea 100644 --- a/.github/workflows/docker-app-rest-passthrough.yml +++ b/.github/workflows/docker-app-rest-passthrough.yml @@ -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');