From 508f31efbde202a35d0780f99ee772a668b16c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:51:08 +0100 Subject: [PATCH] Chore(deps): Bump actions/github-script from 7 to 8 (#3105) Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependency-approval-command.yml | 2 +- .github/workflows/dependency-security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-approval-command.yml b/.github/workflows/dependency-approval-command.yml index cdb37797..2d7931fd 100644 --- a/.github/workflows/dependency-approval-command.yml +++ b/.github/workflows/dependency-approval-command.yml @@ -18,7 +18,7 @@ jobs: if: github.event.issue.pull_request steps: - name: Check for approval command - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const comment = context.payload.comment; diff --git a/.github/workflows/dependency-security.yml b/.github/workflows/dependency-security.yml index 6ae92202..e03f9e25 100644 --- a/.github/workflows/dependency-security.yml +++ b/.github/workflows/dependency-security.yml @@ -371,7 +371,7 @@ jobs: # Step 6: Post comment to PR - name: Post security report to PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -412,7 +412,7 @@ jobs: if: | (steps.deps_check.outputs.has_changes == 'true' || steps.manifest_check.outputs.has_changes == 'true') - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const labels = context.payload.pull_request.labels.map(l => l.name); -- 2.34.1