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 74
74
steps :
75
75
- name : Checkout
76
76
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
77
+ with :
78
+ fetch-depth : 0
77
79
78
80
- name : Install apt packages
79
81
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
@@ -250,6 +254,8 @@ jobs:
250
254
steps :
251
255
- name : Checkout
252
256
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
257
+ with :
258
+ fetch-depth : 0
253
259
254
260
- name : Configure build
255
261
run : >
@@ -290,6 +296,8 @@ jobs:
290
296
steps :
291
297
- name : Checkout
292
298
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
299
+ with :
300
+ fetch-depth : 0
293
301
294
302
- name : Configure build
295
303
run : >
@@ -325,6 +333,8 @@ jobs:
325
333
steps :
326
334
- name : Checkout
327
335
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
336
+ with :
337
+ fetch-depth : 0
328
338
329
339
- name : Install Python requirements
330
340
run : python3 -m pip install -r third_party/requirements.txt
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- name : Checkout
29
29
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
+ with :
31
+ fetch-depth : 0
30
32
31
33
- name : Install apt packages
32
34
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 43
43
steps :
44
44
- name : Checkout repository
45
45
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
+ with :
47
+ fetch-depth : 0
46
48
47
49
- name : Initialize CodeQL
48
50
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 59
59
steps :
60
60
- name : Checkout repository
61
61
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62
+ with :
63
+ fetch-depth : 0
62
64
63
65
- name : Initialize vcpkg
64
66
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 36
36
steps :
37
37
- name : Checkout
38
38
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39
+ with :
40
+ fetch-depth : 0
39
41
40
42
- name : Get information about platform
41
43
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