diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 368c6ad..80f8c19 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -75,7 +75,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Comment coverage on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/security-comprehensive.yml b/.github/workflows/security-comprehensive.yml index f9ee0a4..bbafb06 100644 --- a/.github/workflows/security-comprehensive.yml +++ b/.github/workflows/security-comprehensive.yml @@ -488,7 +488,7 @@ jobs: - name: Comment summary on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs')