From cfde0355ddb030fa826aff97e6be7ff4b49d0a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:47:28 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...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/generateAuxLists.yml | 2 +- .github/workflows/processRequest.yml | 2 +- .github/workflows/updatePermitInfo.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generateAuxLists.yml b/.github/workflows/generateAuxLists.yml index dc7f49db..c0fa7018 100644 --- a/.github/workflows/generateAuxLists.yml +++ b/.github/workflows/generateAuxLists.yml @@ -48,7 +48,7 @@ jobs: - name: Create issue on failure if: failure() - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/processRequest.yml b/.github/workflows/processRequest.yml index 103d23a2..64e54da0 100644 --- a/.github/workflows/processRequest.yml +++ b/.github/workflows/processRequest.yml @@ -37,7 +37,7 @@ jobs: - name: Extract and validate issue information id: extract-info - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: script: const { processRequest } = await import("${{github.workspace}}/scripts/processRequest.mjs"); diff --git a/.github/workflows/updatePermitInfo.yml b/.github/workflows/updatePermitInfo.yml index 612ce21b..598b2725 100644 --- a/.github/workflows/updatePermitInfo.yml +++ b/.github/workflows/updatePermitInfo.yml @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create issue on failure - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | github.rest.issues.create({