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({