File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 run : ls -l sbom.json
3636
3737 - name : Upload SBOM artifact
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : cdxgen-sbom-json
4141 path : sbom.json
6060 run : npx @herodevs/cli@beta scan eol --file=sbom.json --save
6161
6262 - name : Upload HD report
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : herodevs-report
6666 path : ./herodevs.report.json
Original file line number Diff line number Diff line change 3131 run : cdxgen -t docker -o sbom.json -r mcr.microsoft.com/playwright:v1.50.0-noble
3232
3333 - name : Upload SBOM artifact
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : cdxgen-sbom-json
3737 path : sbom.json
5656 run : npx @herodevs/cli@beta scan eol --file=sbom.json --save
5757
5858 - name : Upload HD report
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : herodevs-report
6262 path : herodevs.report.json
Original file line number Diff line number Diff line change 2525 ghcr.io/herodevs/eol-scan --save
2626
2727 - name : Upload artifact
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v5
2929 with :
3030 name : my-eol-report
3131 path : ./herodevs.report.json
Original file line number Diff line number Diff line change 2222 run : npx @herodevs/cli@beta scan eol --save
2323
2424 - name : Upload artifact
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : my-eol-report
2828 path : ./herodevs.report.json
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 environment : demo
228228 steps :
229229 - name : Checkout repository
230- uses : actions/checkout@v4
230+ uses : actions/checkout@v5
231231
232232 - name : Run EOL Scan
233233 run : |
@@ -237,7 +237,7 @@ jobs:
237237 ghcr.io/herodevs/eol-scan --save
238238
239239 - name : Upload artifact
240- uses : actions/upload-artifact@v4
240+ uses : actions/upload-artifact@v5
241241 with :
242242 name : my-eol-report
243243 path : ./herodevs.report.json
@@ -283,8 +283,8 @@ jobs:
283283 scan:
284284 runs-on: ubuntu-latest
285285 steps:
286- - uses: actions/checkout@v4
287- - uses: actions/setup-node@v4
286+ - uses: actions/checkout@v5
287+ - uses: actions/setup-node@v6
288288 with:
289289 node-version: '22'
290290
@@ -294,7 +294,7 @@ jobs:
294294 run: npx @herodevs/cli@beta scan eol
295295
296296 - name: Upload artifact
297- uses: actions/upload-artifact@v4
297+ uses: actions/upload-artifact@v5
298298 with:
299299 name: my-eol-report
300300 path: herodevs.report.json
You can’t perform that action at this time.
0 commit comments