From 0f077f3ebf9d657a898c48fe85e516a1892624a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:32:49 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.4.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d7906e4ad0b1822421a7e6a35d5ca353c962f410...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] --- .github/workflows/failed-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/failed-builds.yml b/.github/workflows/failed-builds.yml index 6eff93187c..b176868c96 100644 --- a/.github/workflows/failed-builds.yml +++ b/.github/workflows/failed-builds.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: | const { PR_NUMBER } = process.env;