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 @@ -125,7 +125,7 @@ jobs:
125125 run : |
126126 docker save --output growthbook-controller-container.tar growthbook-controller:latest
127127 - name : Upload image
128- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
128+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
129129 with :
130130 name : growthbook-controller-container
131131 path : growthbook-controller-container.tar
Original file line number Diff line number Diff line change 4343 fi
4444
4545 - name : Upload vulnerability scan report
46- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
46+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
4747 if : steps.parse-results.outputs.results == 'found'
4848 with :
4949 name : scan.json
Original file line number Diff line number Diff line change 3333 publish_results : true
3434
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
36+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments