File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 wget https://github.com/aquasecurity/trivy/releases/download/v0.39.1/trivy_0.39.1_Linux-64bit.deb
6767 sudo dpkg -i trivy_0.39.1_Linux-64bit.deb
6868
69- - uses : actions/download-artifact@v4
69+ - uses : actions/download-artifact@v7
7070 with :
7171 name : bom.json
7272
Original file line number Diff line number Diff line change 6262 run : npm run validate
6363
6464 - name : Upload specification bundle
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v6
6666 with :
6767 name : spec-bundle
6868 path : ${{ inputs.dist-directory }}
7979 fetch-depth : 0
8080
8181 - name : Download specification bundle
82- uses : actions/download-artifact@v4
82+ uses : actions/download-artifact@v7
8383 with :
8484 name : spec-bundle
8585 path : ${{ inputs.dist-directory }}
@@ -109,7 +109,7 @@ jobs:
109109 fetch-depth : 0
110110
111111 - name : Download specification bundle
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v7
113113 with :
114114 name : spec-bundle
115115 path : ${{ inputs.dist-directory }}
Original file line number Diff line number Diff line change 2020 --config="p/default"
2121
2222 - name : Save report
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v6
2424 with :
2525 name : semgrep.sarif
2626 path : semgrep.sarif
You can’t perform that action at this time.
0 commit comments