File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : EUM Server Tests
22
33on :
4- # schedule:
5- # - cron: "* * * * *"
4+ schedule :
5+ - cron : " */30 * * * *" # every 30 min
66 # "0 8 1,15 * *" At 08:00 on day-of-month 1 and 15.
77 push :
88
3434 --nvdApiKey ${{ secrets.NVD_API_KEY }}
3535 --nvdApiDelay 10000
3636 - name : Upload test results
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : dependency-check-report-eum-server
4040 path : ${{ github.workspace }}/reports
4444 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
4545 webhook-type : incoming-webhook
4646 payload : |
47- text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nhttps ://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
47+ text: "*EUM-Server DependencyCheck Report*: ${{ job.status }}\nPlease check the report here: https ://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments