From 339b626fb9254e805be7298ac44e06e36483da0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:13:14 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/cd.yml | 4 ++-- .github/workflows/security-scan.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 93990f5a..de6bfd04 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -275,7 +275,7 @@ jobs: done - name: Update deployment status - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const deployEnv = '${{ needs.pre-deployment.outputs.deploy_env }}'; @@ -326,7 +326,7 @@ jobs: - name: Create deployment issue on failure if: needs.deploy-production.result == 'failure' - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6cfb4520..75132a6b 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -478,7 +478,7 @@ jobs: - name: Create security issue on critical findings continue-on-error: true if: needs.sast.result == 'failure' || needs.dependency-scan.result == 'failure' - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | github.rest.issues.create({