From d2b26846feb15b8ec848b2dd4ed6645598226041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:57:11 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 7.0.1 to 8.0.0 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/v7.0.1...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/dogfood-comment.yml | 2 +- .github/workflows/remove-stale-label.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dogfood-comment.yml b/.github/workflows/dogfood-comment.yml index 49d8968f1..8b5153dc5 100644 --- a/.github/workflows/dogfood-comment.yml +++ b/.github/workflows/dogfood-comment.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write steps: - name: Add dogfooding comment - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | // Get PR number from either the PR event or manual input diff --git a/.github/workflows/remove-stale-label.yml b/.github/workflows/remove-stale-label.yml index 05a55612a..2e58cc8cb 100644 --- a/.github/workflows/remove-stale-label.yml +++ b/.github/workflows/remove-stale-label.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Remove stale label from pull request - uses: "actions/github-script@v8" + uses: "actions/github-script@v8.0.0" with: script: | github.rest.issues.removeLabel({ @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'issue_comment' && github.event.issue.pull_request - name: Remove stale label from issue - uses: "actions/github-script@v8" + uses: "actions/github-script@v8.0.0" with: script: | github.rest.issues.removeLabel({