File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 run : |
112112 docker save ghcr.io/raffis/mongodb-query-exporter:latest --output exporter-container.tar
113113 - name : Upload image
114- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
114+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
115115 with :
116116 name : exporter-container
117117 path : exporter-container.tar
Original file line number Diff line number Diff line change 4646 fi
4747
4848 - name : Upload vulnerability scan report
49- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
49+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5050 if : steps.parse-results.outputs.results == 'found'
5151 with :
5252 name : scan.json
Original file line number Diff line number Diff line change 3434 publish_results : true
3535
3636 - name : " Upload artifact"
37- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
37+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
3838 with :
3939 name : SARIF file
4040 path : results.sarif
You can’t perform that action at this time.
0 commit comments