From 638979a4ae3d9dd37bd20e62d3c632753404f4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:05:57 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/advanced-on-demand.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/advanced-on-demand.yml b/.github/workflows/advanced-on-demand.yml index 435db022b..779cae9f7 100644 --- a/.github/workflows/advanced-on-demand.yml +++ b/.github/workflows/advanced-on-demand.yml @@ -17,7 +17,7 @@ jobs: if: ${{ github.event.comment.body == 'test advanced'}} steps: - name: Message Initiating - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.issues.createComment({ @@ -28,7 +28,7 @@ jobs: }); - name: Get PR SHA id: sha - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string script: | @@ -76,7 +76,7 @@ jobs: - name: Message success if: ${{ success() }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.issues.createComment({ @@ -87,7 +87,7 @@ jobs: }); - name: Message failure if: ${{ failure() }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.issues.createComment({