Chore(deps): Bump actions/github-script from 7 to 8 (#3105)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 6 Feb 2026 18:51:08 +0000 (19:51 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 18:51:08 +0000 (19:51 +0100)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/dependency-approval-command.yml
.github/workflows/dependency-security.yml

index cdb37797be68707e3b4b7bfa3597864e530dd7ad..2d7931fd2fb46d3e16a2cc53ba8c33bac8a964fd 100644 (file)
@@ -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;
index 6ae92202ab0e6439e22c43e0b9316c84e707a069..e03f9e25e132ac401425ce75a1d9b2accdb6e0b0 100644 (file)
@@ -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);