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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
30+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
57+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5858 with :
5959 name : SARIF file
6060 path : results.sarif
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ jobs:
563563 ls -l ${UPLOAD_PATH}/
564564
565565 - name : Upload unsigned
566- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
566+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
567567 env :
568568 UPLOAD_PATH : " uploads"
569569 with :
@@ -612,7 +612,7 @@ jobs:
612612 rm -f uploads/*.jks
613613
614614 - name : Upload signed
615- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
615+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
616616 with :
617617 name : signed-${{ matrix.appName }}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
618618 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments