From d5a20761781673b9ba66a149787ef1f0f16947f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:43:06 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.1.0...v8) --- 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] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr-review.yml | 4 ++-- .github/workflows/validate-upstream.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fdf6ace6c1f4..2d54c55f18b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Set environment variables - uses: actions/github-script@v8 + uses: actions/github-script@v8.0.0 env: INPUT_GITHUB-REF: ${{ github.ref }} with: diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index faa443614c5d..557eecb4e939 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Check if PR author is Docker org member id: membership - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@450193c5abd4cdb17ba9f3ffcfe8f635c4bb6c2a # v7 with: github-token: ${{ secrets.ORG_MEMBERSHIP_TOKEN }} script: | @@ -144,7 +144,7 @@ jobs: steps: - name: Check if commenter is Docker org member id: membership - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@450193c5abd4cdb17ba9f3ffcfe8f635c4bb6c2a # v7 with: github-token: ${{ secrets.ORG_MEMBERSHIP_TOKEN }} script: | diff --git a/.github/workflows/validate-upstream.yml b/.github/workflows/validate-upstream.yml index 25a04a61b895..650fae20dca5 100644 --- a/.github/workflows/validate-upstream.yml +++ b/.github/workflows/validate-upstream.yml @@ -51,7 +51,7 @@ jobs: # that folder. If not, create a placeholder stub file for the data file. name: Copy data files if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }} - uses: actions/github-script@v8 + uses: actions/github-script@v8.0.0 with: script: | const fs = require('fs');