From e14b43874e5e9c2bc74480532f39ed21e984d5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:43:59 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script 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 c5b5d0aa1..485974621 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@v6 + uses: actions/github-script@v7 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@v6 + uses: actions/github-script@v7 env: PR_NUMBER: ${{ inputs.prNumber }} with: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 5bff16415..9083988ab 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@v6 + uses: actions/github-script@v7 with: script: | const script = require('./.github/scripts/build.js')