File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 69
69
egress-policy : audit
70
70
71
71
- name : Checkout D++
72
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
72
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73
73
74
74
- name : Install apt packages
75
75
run : sudo sed -i 's/azure\.//' /etc/apt/sources.list && sudo apt update && sudo apt-get install -y ${{ matrix.cfg.package }} pkg-config libsodium-dev libopus-dev zlib1g-dev rpm
@@ -134,7 +134,7 @@ jobs:
134
134
egress-policy : audit
135
135
136
136
- name : Checkout D++
137
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
137
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
138
138
139
139
- name : Update Xcode
140
140
uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
@@ -188,7 +188,7 @@ jobs:
188
188
egress-policy : audit
189
189
190
190
- name : Checkout D++
191
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
191
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
192
192
with :
193
193
path : main
194
194
@@ -253,7 +253,7 @@ jobs:
253
253
egress-policy : audit
254
254
255
255
- name : Checkout D++
256
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
256
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
257
257
258
258
- name : Install Packages
259
259
run : sudo sed -i 's/azure\.//' /etc/apt/sources.list && sudo apt update && sudo apt-get install -y cmake rpm
Original file line number Diff line number Diff line change 46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 25
25
php-version : ' 8.1'
26
26
27
27
- name : Checkout D++
28
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
with :
30
30
submodules : recursive
31
31
Original file line number Diff line number Diff line change 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
Original file line number Diff line number Diff line change 27
27
egress-policy : audit
28
28
29
29
- name : Checkout D++
30
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
32
32
- name : Check docs spelling
33
33
run : npx -y cspell lint --language-id=cpp --no-progress --no-summary --show-context --show-suggestions --relative --color docpages/*.md include/dpp/*.h
Original file line number Diff line number Diff line change 35
35
php-version : ' 8.0'
36
36
37
37
- name : Checkout D++
38
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
38
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
with :
40
40
submodules : recursive
41
41
Original file line number Diff line number Diff line change 19
19
egress-policy : audit
20
20
21
21
- name : Checkout
22
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
with :
24
24
fetch-depth : 0 # fetch all history so multiple commits can be scanned
25
25
- name : GitGuardian scan
Original file line number Diff line number Diff line change 37
37
egress-policy : audit
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
with :
42
42
persist-credentials : false
43
43
Original file line number Diff line number Diff line change 30
30
egress-policy : audit
31
31
32
32
- name : Checkout D++
33
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
with :
35
35
submodules : recursive
36
36
You can’t perform that action at this time.
0 commit comments