File tree 9 files changed +22
-1
lines changed
9 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11
11
security_audit :
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- uses : actions-rs/audit-check@v1
16
16
with :
17
17
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ jobs:
26
26
uses : actions/checkout@v3
27
27
with :
28
28
ref : ${{ steps.comment-branch.outputs.head_ref }}
29
+ submodules : " recursive"
29
30
30
31
- name : Checkout branch
31
32
if : ${{ github.event_name != 'issue_comment' }}
32
33
uses : actions/checkout@v3
34
+ with :
35
+ submodules : " recursive"
33
36
34
37
- run : sudo -E bash scripts/environment/bootstrap-ubuntu-20.04.sh
35
38
- run : bash scripts/environment/prepare.sh
Original file line number Diff line number Diff line change @@ -39,10 +39,13 @@ jobs:
39
39
uses : actions/checkout@v3
40
40
with :
41
41
ref : ${{ steps.comment-branch.outputs.head_ref }}
42
+ submodules : " recursive"
42
43
43
44
- name : Checkout branch
44
45
if : ${{ github.event_name != 'issue_comment' }}
45
46
uses : actions/checkout@v3
47
+ with :
48
+ submodules : " recursive"
46
49
47
50
- uses : actions/cache@v3
48
51
name : Cache Cargo registry + index
Original file line number Diff line number Diff line change @@ -54,10 +54,13 @@ jobs:
54
54
uses : actions/checkout@v3
55
55
with :
56
56
ref : ${{ steps.comment-branch.outputs.head_ref }}
57
+ submodules : " recursive"
57
58
58
59
- name : Checkout branch
59
60
if : ${{ github.event_name != 'issue_comment' }}
60
61
uses : actions/checkout@v3
62
+ with :
63
+ submodules : " recursive"
61
64
62
65
- run : sudo npm -g install @datadog/datadog-ci
63
66
Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ jobs:
28
28
uses : actions/checkout@v3
29
29
with :
30
30
ref : ${{ steps.comment-branch.outputs.head_ref }}
31
+ submodules : " recursive"
31
32
32
33
- name : Checkout branch
33
34
if : ${{ github.event_name != 'issue_comment' }}
34
35
uses : actions/checkout@v3
36
+ with :
37
+ submodules : " recursive"
35
38
36
39
- uses : actions/cache@v3
37
40
name : Cache Cargo registry + index
Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ jobs:
292
292
with :
293
293
ref : ${{ needs.compute-metadata.outputs.baseline-sha }}
294
294
path : baseline-vector
295
+ submodules : " recursive"
295
296
296
297
- name : Set up Docker Buildx
297
298
id : buildx
@@ -329,6 +330,7 @@ jobs:
329
330
with :
330
331
ref : ${{ needs.compute-metadata.outputs.comparison-sha }}
331
332
path : comparison-vector
333
+ submodules : " recursive"
332
334
333
335
- name : Set up Docker Buildx
334
336
id : buildx
Original file line number Diff line number Diff line change 44
44
with :
45
45
# check-version needs tags
46
46
fetch-depth : 0 # fetch everything
47
+ submodules : " recursive"
47
48
48
49
- uses : actions/cache@v3
49
50
name : Cache Cargo registry + index
Original file line number Diff line number Diff line change @@ -32,10 +32,13 @@ jobs:
32
32
uses : actions/checkout@v3
33
33
with :
34
34
ref : ${{ steps.comment-branch.outputs.head_ref }}
35
+ submodules : " recursive"
35
36
36
37
- name : Checkout branch
37
38
if : ${{ github.event_name != 'issue_comment' }}
38
39
uses : actions/checkout@v3
40
+ with :
41
+ submodules : " recursive"
39
42
40
43
- uses : actions/cache@v3
41
44
name : Cache Cargo registry + index
Original file line number Diff line number Diff line change @@ -35,10 +35,13 @@ jobs:
35
35
uses : actions/checkout@v3
36
36
with :
37
37
ref : ${{ steps.comment-branch.outputs.head_ref }}
38
+ submodules : " recursive"
38
39
39
40
- name : Checkout branch
40
41
if : ${{ github.event_name != 'issue_comment' }}
41
42
uses : actions/checkout@v3
43
+ with :
44
+ submodules : " recursive"
42
45
43
46
- run : .\scripts\environment\bootstrap-windows-2019.ps1
44
47
- run : make test
You can’t perform that action at this time.
0 commit comments