From 0c54954289cd2a2963762550b2ea53cef5a7fcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:22:51 +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/ci_common.yml | 4 ++-- .github/workflows/pr-bot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 30dd099eb..3a82ebe06 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -80,7 +80,7 @@ jobs: - id: set_image_push_option name: Set image push option - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // if running full tests then use the filter option, for the dev container action @@ -110,7 +110,7 @@ jobs: - id: set_image_tag name: Set image_tag... - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: PR_NUMBER: ${{ inputs.prNumber }} with: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 160aea504..37533ba11 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -41,7 +41,7 @@ jobs: # Determine whether the comment is a command - id: check_command name: Check for a command using GitHub script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/build.js')