From ff998724045a8f9b1dbfa5d39e8d3587e4d02174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:21:35 +0000 Subject: [PATCH] ci: bump actions/github-script from 8 to 9 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] --- .github/workflows/self-healing-master.yml | 6 +++--- .github/workflows/self-healing.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/self-healing-master.yml b/.github/workflows/self-healing-master.yml index e6bceba..d7a1da5 100644 --- a/.github/workflows/self-healing-master.yml +++ b/.github/workflows/self-healing-master.yml @@ -176,7 +176,7 @@ jobs: - name: ❌ Create Issue on Failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const title = '🚨 Self-Healing Failed: ${{ needs.analyze-failure.outputs.fix_type }}'; @@ -253,7 +253,7 @@ jobs: - name: 🚨 Create Health Alert if: steps.health.outputs.unhealthy == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const title = '🚨 Service Health Alert'; @@ -355,7 +355,7 @@ jobs: - name: 📝 Create Security Report if: steps.audit.outputs.vulnerabilities_found == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/self-healing.yml b/.github/workflows/self-healing.yml index 00018d4..bb23225 100644 --- a/.github/workflows/self-healing.yml +++ b/.github/workflows/self-healing.yml @@ -48,7 +48,7 @@ jobs: - name: Create Issue on Failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.create({