File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
129129 with :
130130 name : growthbook-controller-container
131131 path : growthbook-controller-container.tar
@@ -159,7 +159,7 @@ jobs:
159159 with :
160160 version : v0.17.0
161161 - name : Download growthbook-controller container
162- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
162+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0 .0
163163 with :
164164 name : growthbook-controller-container
165165 path : /tmp
@@ -210,7 +210,7 @@ jobs:
210210 uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
211211
212212 - name : Download growthbook-controller container
213- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
213+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0 .0
214214 with :
215215 name : growthbook-controller-container
216216 path : /tmp
Original file line number Diff line number Diff line change 4343 fi
4444
4545 - name : Upload vulnerability scan report
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4747 if : steps.parse-results.outputs.results == 'found'
4848 with :
4949 name : scan.json
6565 - name : Checkout
6666 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767 - name : Download scan
68- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
68+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0 .0
6969 with :
7070 name : scan.json
7171 - name : Set scan output
Original file line number Diff line number Diff line change 3333 publish_results : true
3434
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments