File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
runs-on : ${{ matrix.platform.os }}
51
51
steps :
52
52
- name : Check out repository
53
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v3
54
54
with :
55
55
path : source
56
56
fetch-depth : 0
Original file line number Diff line number Diff line change 48
48
name : " Create container: ${{ matrix.container.name }}"
49
49
steps :
50
50
- name : Check out repository
51
- uses : actions/checkout@v2
51
+ uses : actions/checkout@v3
52
52
with :
53
53
path : source
54
54
fetch-depth : 0
@@ -253,7 +253,7 @@ jobs:
253
253
name : " Build: ${{ matrix.platform.name }}"
254
254
steps :
255
255
- name : Check out repository
256
- uses : actions/checkout@v2
256
+ uses : actions/checkout@v3
257
257
with :
258
258
path : source
259
259
fetch-depth : 0
@@ -345,7 +345,7 @@ jobs:
345
345
runs-on : ubuntu-latest
346
346
steps :
347
347
- name : Check out repository
348
- uses : actions/checkout@v2
348
+ uses : actions/checkout@v3
349
349
with :
350
350
path : source
351
351
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
runs-on : ${{ matrix.platform.os }}
272
272
steps :
273
273
- name : Check out repository
274
- uses : actions/checkout@v2
274
+ uses : actions/checkout@v3
275
275
with :
276
276
path : source
277
277
fetch-depth : 0
@@ -333,7 +333,7 @@ jobs:
333
333
runs-on : ubuntu-latest
334
334
steps :
335
335
- name : Check out repository
336
- uses : actions/checkout@v2
336
+ uses : actions/checkout@v3
337
337
with :
338
338
path : source
339
339
fetch-depth : 0
@@ -358,13 +358,13 @@ jobs:
358
358
runs-on : ubuntu-latest
359
359
steps :
360
360
- name : Check out repository
361
- uses : actions/checkout@v2
361
+ uses : actions/checkout@v3
362
362
with :
363
363
fetch-depth : 0
364
364
365
365
# Initializes the CodeQL tools for scanning.
366
366
- name : Initialize CodeQL
367
- uses : github/codeql-action/init@v1
367
+ uses : github/codeql-action/init@v2
368
368
with :
369
369
languages : ' cpp'
370
370
@@ -376,4 +376,4 @@ jobs:
376
376
cmake --build .
377
377
378
378
- name : Perform CodeQL Analysis
379
- uses : github/codeql-action/analyze@v1
379
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments