From 4b55b65265c1a82b5a5619c82acde04cde437267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:11:25 +0000 Subject: [PATCH] deps(actions): 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/agent-verify.yml | 4 ++-- .github/workflows/qa.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agent-verify.yml b/.github/workflows/agent-verify.yml index c91f7e7..c82681f 100644 --- a/.github/workflows/agent-verify.yml +++ b/.github/workflows/agent-verify.yml @@ -13,7 +13,7 @@ jobs: with: project-url: https://github.com/orgs/host-uk/projects/2 github-token: ${{ secrets.PROJECT_TOKEN }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | await github.rest.issues.createComment({ @@ -26,7 +26,7 @@ jobs: if: github.event.label.name == 'verified' || github.event.label.name == 'verify-failed' runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const timeline = await github.rest.issues.listEventsForTimeline({ diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 0d3ff49..8963b0a 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -362,7 +362,7 @@ jobs: - name: Comment on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');