3232 name : " Configuration"
3333 runs-on : ubuntu-20.04
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636
3737 - name : Install nvm and Node.js
3838 run : |
4646 tar czf nvm-node.tar.gz -C $HOME .nvm
4747
4848 - name : Upload nvm and Node.js
49- uses : actions/upload-artifact@v2
49+ uses : actions/upload-artifact@v3
5050 with :
5151 name : nvm-node
5252 path : ./nvm-node.tar.gz
6363 matrix :
6464 unit : ["persistence-defectdojo"]
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767 - uses : actions/setup-java@v1
6868 with :
6969 java-version : " 17" # The JDK version to make available on the path.
8585 component : ["operator", "lurker"]
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@v2
88+ uses : actions/checkout@v3
8989
9090 - name : Go Setup
9191 uses : actions/setup-go@v2
@@ -107,7 +107,7 @@ jobs:
107107 run : make docker-export-${{ matrix.component }}
108108
109109 - name : Upload Image As Artifact
110- uses : actions/upload-artifact@v2
110+ uses : actions/upload-artifact@v3
111111 with :
112112 name : ${{ matrix.component }}-image
113113 path : ./operator/${{ matrix.component }}.tar
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-20.04
121121 steps :
122122 - name : Checkout
123- uses : actions/checkout@v2
123+ uses : actions/checkout@v3
124124
125125 - name : Go Setup
126126 uses : actions/setup-go@v2
@@ -146,7 +146,7 @@ jobs:
146146 run : make docker-export
147147
148148 - name : Upload Image As Artifact
149- uses : actions/upload-artifact@v2
149+ uses : actions/upload-artifact@v3
150150 with :
151151 name : auto-discovery-image
152152 path : ./auto-discovery/kubernetes/auto-discovery-kubernetes.tar
@@ -159,7 +159,7 @@ jobs:
159159 needs : nvm-setup
160160 steps :
161161 - name : Checkout
162- uses : actions/checkout@v2
162+ uses : actions/checkout@v3
163163
164164 - name : Setup Python Version
165165 uses : actions/setup-python@v4
@@ -192,7 +192,7 @@ jobs:
192192 run : make docker-export
193193
194194 - name : Upload Image As Artifact
195- uses : actions/upload-artifact@v2
195+ uses : actions/upload-artifact@v3
196196 with :
197197 name : auto-discovery-pull-secret-extractor
198198 path : ./auto-discovery/kubernetes/pull-secret-extractor/auto-discovery-secret-extractor.tar
@@ -225,7 +225,7 @@ jobs:
225225 - hook-sdk
226226 steps :
227227 - name : Checkout
228- uses : actions/checkout@v2
228+ uses : actions/checkout@v3
229229
230230 - name : Build Image
231231 working-directory : ./${{ matrix.sdk }}/nodejs
@@ -236,7 +236,7 @@ jobs:
236236 run : make docker-export-sdk
237237
238238 - name : Upload Artifact
239- uses : actions/upload-artifact@v2
239+ uses : actions/upload-artifact@v3
240240 with :
241241 name : ${{ matrix.sdk }}-image
242242 path : ./${{ matrix.sdk }}/nodejs/${{ matrix.sdk }}.tar
@@ -279,7 +279,7 @@ jobs:
279279 - zap
280280 steps :
281281 - name : Checkout
282- uses : actions/checkout@v2
282+ uses : actions/checkout@v3
283283
284284 - name : Download nvm and Node.js
285285 uses : actions/download-artifact@v2
@@ -411,7 +411,7 @@ jobs:
411411 runs-on : ubuntu-20.04
412412 steps :
413413 - name : Checkout
414- uses : actions/checkout@v2
414+ uses : actions/checkout@v3
415415
416416 - name : Download nvm and Node.js
417417 uses : actions/download-artifact@v2
0 commit comments