File tree Expand file tree Collapse file tree 18 files changed +50
-0
lines changed Expand file tree Collapse file tree 18 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Checkout repository
26
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ with :
28
+ fetch-depth : 0
27
29
28
30
- name : Install Bandit
29
31
run : python3 -m pip install bandit
Original file line number Diff line number Diff line change 75
75
steps :
76
76
- name : Checkout
77
77
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
78
+ with :
79
+ fetch-depth : 0
78
80
79
81
- name : Install apt packages
80
82
run : |
@@ -180,6 +182,8 @@ jobs:
180
182
steps :
181
183
- name : Checkout
182
184
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
185
+ with :
186
+ fetch-depth : 0
183
187
184
188
- name : Initialize vcpkg
185
189
uses : lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
@@ -251,6 +255,8 @@ jobs:
251
255
steps :
252
256
- name : Checkout
253
257
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
258
+ with :
259
+ fetch-depth : 0
254
260
255
261
- name : Configure build
256
262
run : >
@@ -292,6 +298,8 @@ jobs:
292
298
steps :
293
299
- name : Checkout
294
300
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
301
+ with :
302
+ fetch-depth : 0
295
303
296
304
- name : Configure build
297
305
run : >
@@ -328,6 +336,8 @@ jobs:
328
336
steps :
329
337
- name : Checkout
330
338
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
339
+ with :
340
+ fetch-depth : 0
331
341
332
342
- name : Install Python requirements
333
343
run : python3 -m pip install -r third_party/requirements.txt
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ with :
28
+ fetch-depth : 0
27
29
28
30
- name : Install apt packages
29
31
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 39
39
steps :
40
40
- name : Checkout repository
41
41
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42
+ with :
43
+ fetch-depth : 0
42
44
43
45
- name : Initialize CodeQL
44
46
uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
with :
26
26
ref : ${{ github.ref }}
27
+ fetch-depth : 0
27
28
28
29
- name : Install apt packages
29
30
run : |
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout repository
23
23
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
+ with :
25
+ fetch-depth : 0
24
26
25
27
- name : Install doxygen
26
28
run : |
Original file line number Diff line number Diff line change 55
55
steps :
56
56
- name : Checkout repository
57
57
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
+ with :
59
+ fetch-depth : 0
58
60
59
61
- name : Initialize vcpkg
60
62
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- name : Checkout
34
34
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
+ with :
36
+ fetch-depth : 0
35
37
36
38
- name : Get information about platform
37
39
if : matrix.os == 'Ubuntu'
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
+ with :
24
+ fetch-depth : 0
23
25
24
26
- name : Get information about platform
25
27
run : .github/scripts/get_system_info.sh
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Checkout repository
26
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ with :
28
+ fetch-depth : 0
27
29
28
30
- name : Install apt packages
29
31
run : |
59
61
steps :
60
62
- name : Checkout repository
61
63
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
64
+ with :
65
+ fetch-depth : 0
62
66
63
67
- name : Install apt packages
64
68
run : |
You can’t perform that action at this time.
0 commit comments