From c7171a52a6a2e3017a00cc31ffa9e27dc247f20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:28:42 +0200 Subject: [PATCH] Bump actions/github-script from 7.0.1 to 8.0.0 (#86086) Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 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> --- .github/workflows/assign-asset-label.yml | 2 +- .github/workflows/ci-pipeline.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/assign-asset-label.yml b/.github/workflows/assign-asset-label.yml index dfb15387e4aa..db6ca72a1793 100644 --- a/.github/workflows/assign-asset-label.yml +++ b/.github/workflows/assign-asset-label.yml @@ -37,7 +37,7 @@ jobs: echo "name=${assets}" >> $GITHUB_OUTPUT fi - name: Show messages - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | if ("${{ steps.get-asset.outputs.result }}" != "ok" ) { diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b8b9a60b01e4..1c554da12d98 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -168,7 +168,7 @@ jobs: steps: - id: get-status name: Check Status - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: result-encoding: string script: | @@ -218,7 +218,7 @@ jobs: # Approve the CI's PR automatically, as it has been tested in our internal pipeline already # Approved by the 'github-actions' user; a PR can't be approved by its author - name: PR Approval - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: result-encoding: string retries: 3 @@ -231,7 +231,7 @@ jobs: }); - name: Merge id: merge - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: result-encoding: string retries: 3 @@ -248,7 +248,7 @@ jobs: # post a comment on the PR and assign a maintainer agent to review it - name: Manual review required if: ${{ always() && steps.merge.outcome != 'success' }} - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd env: BODY: | There has been an error during the automated release process. Manual revision is now required.