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 5050 runs-on : ${{ matrix.platform.os }}
5151 steps :
5252 - name : Check out repository
53- uses : actions/checkout@v2
53+ uses : actions/checkout@v3
5454 with :
5555 path : source
5656 fetch-depth : 0
Original file line number Diff line number Diff line change 4848 name : " Create container: ${{ matrix.container.name }}"
4949 steps :
5050 - name : Check out repository
51- uses : actions/checkout@v2
51+ uses : actions/checkout@v3
5252 with :
5353 path : source
5454 fetch-depth : 0
@@ -253,7 +253,7 @@ jobs:
253253 name : " Build: ${{ matrix.platform.name }}"
254254 steps :
255255 - name : Check out repository
256- uses : actions/checkout@v2
256+ uses : actions/checkout@v3
257257 with :
258258 path : source
259259 fetch-depth : 0
@@ -345,7 +345,7 @@ jobs:
345345 runs-on : ubuntu-latest
346346 steps :
347347 - name : Check out repository
348- uses : actions/checkout@v2
348+ uses : actions/checkout@v3
349349 with :
350350 path : source
351351 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271271 runs-on : ${{ matrix.platform.os }}
272272 steps :
273273 - name : Check out repository
274- uses : actions/checkout@v2
274+ uses : actions/checkout@v3
275275 with :
276276 path : source
277277 fetch-depth : 0
@@ -333,7 +333,7 @@ jobs:
333333 runs-on : ubuntu-latest
334334 steps :
335335 - name : Check out repository
336- uses : actions/checkout@v2
336+ uses : actions/checkout@v3
337337 with :
338338 path : source
339339 fetch-depth : 0
@@ -358,13 +358,13 @@ jobs:
358358 runs-on : ubuntu-latest
359359 steps :
360360 - name : Check out repository
361- uses : actions/checkout@v2
361+ uses : actions/checkout@v3
362362 with :
363363 fetch-depth : 0
364364
365365 # Initializes the CodeQL tools for scanning.
366366 - name : Initialize CodeQL
367- uses : github/codeql-action/init@v1
367+ uses : github/codeql-action/init@v2
368368 with :
369369 languages : ' cpp'
370370
@@ -376,4 +376,4 @@ jobs:
376376 cmake --build .
377377
378378 - 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