From d542302cd4c136d106fd8c0bf23242e258a9f20d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:48:32 +0000 Subject: [PATCH] ci(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/f28e40c7f34bde8b3046d885e986cb6290c5673b...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/links.yml | 6 +++--- .github/workflows/security.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b7682fc..a391c48 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -133,7 +133,7 @@ jobs: - name: Add PR comment (if PR and has errors) if: github.event_name == 'pull_request' && steps.parse.outputs.has_errors == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | const fs = require('fs'); @@ -176,7 +176,7 @@ jobs: if: | (github.event_name == 'schedule' || github.event_name == 'push') && steps.parse.outputs.has_errors == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | const fs = require('fs'); @@ -249,7 +249,7 @@ jobs: if: | (github.event_name == 'schedule' || github.event_name == 'push') && steps.parse.outputs.has_errors == 'false' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | // Find open broken links issue diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0f9b389..a12473d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -101,7 +101,7 @@ jobs: if: | github.event_name == 'schedule' && steps.govulncheck.outputs.has_vulns == 'true' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 with: script: | const fs = require('fs');