From 3a980181dabdb3cc6e95734a326d69e9517e4d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:33:22 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/github-script from 7 to 8 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] --- .github/workflows/accessibility.yml | 2 +- .github/workflows/dependency-scan.yml | 6 +++--- .github/workflows/lighthouse.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/accessibility.yml b/.github/workflows/accessibility.yml index 08e56bd..c14f51c 100644 --- a/.github/workflows/accessibility.yml +++ b/.github/workflows/accessibility.yml @@ -48,7 +48,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/dependency-scan.yml b/.github/workflows/dependency-scan.yml index fd992c1..4ebd8bf 100644 --- a/.github/workflows/dependency-scan.yml +++ b/.github/workflows/dependency-scan.yml @@ -110,7 +110,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && steps.parse.outputs.vuln_count != '0' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -241,7 +241,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && steps.parse.outputs.total != '0' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -396,7 +396,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && steps.parse.outputs.total != '0' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index c7edce5..8b7c388 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -83,7 +83,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' && always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');