File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 DATE=$(date +"%Y-%m-%d")
9191 mv "report.pdf" "mps-router-security-report-$DATE.pdf"
9292 - name : GitHub Upload Release Artifacts
93- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
93+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9494 continue-on-error : true
9595 with :
9696 name : report
Original file line number Diff line number Diff line change 6363 token : ${{secrets.CODECOV_TOKEN}}
6464 - name : GitHub Upload Release Artifacts
6565 if : always()
66- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
66+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6767 with :
6868 name : mps-router-unit
6969 path : mps-router-unit.xml
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.1.0
67+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.1.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
Original file line number Diff line number Diff line change 4040 with :
4141 sarif_file : ' mpsrouter-trivy-results.sarif'
4242 - name : Upload Trivy Artifacts
43- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
43+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
4444 if : always()
4545 with :
4646 name : mpsrouter-trivy-results.sarif
You can’t perform that action at this time.
0 commit comments