diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 4aa64f9d..32638fdc 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -168,7 +168,7 @@ jobs: - name: Create issue for Copilot if: steps.check-vulns.outputs.has_vulns == 'true' && github.event_name == 'schedule' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const today = new Date().toISOString().split('T')[0];