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');