diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 580ff8f03..11b390b5f 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -94,7 +94,7 @@ jobs: - name: Add vulnerability report to PR if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');