File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 bash scripts/ci/run-fluidattacks-scanner.sh
2828
2929 - name : " Upload scan results"
30- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
30+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3131 with :
3232 name : SARIF scan results
3333 path : fluidscan-results.sarif
Original file line number Diff line number Diff line change 5454
5555 # Upload the results as artifacts.
5656 - name : " Upload artifact"
57- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5858 with :
5959 name : SARIF file
6060 path : results.sarif
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ jobs:
543543 ls -l ${UPLOAD_PATH}/
544544
545545 - name : Upload unsigned
546- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
546+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
547547 env :
548548 UPLOAD_PATH : " uploads"
549549 with :
@@ -592,7 +592,7 @@ jobs:
592592 rm -f uploads/*.jks
593593
594594 - name : Upload signed
595- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
595+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
596596 with :
597597 name : signed-${{ matrix.appName }}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
598598 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments