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 70
70
egress-policy : audit
71
71
72
72
- name : Checkout D++
73
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
74
74
75
75
- name : Setup mold
76
76
if : ${{ matrix.cfg.mold == 'yes' }}
@@ -142,7 +142,7 @@ jobs:
142
142
egress-policy : audit
143
143
144
144
- name : Checkout D++
145
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
145
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
146
146
147
147
- name : Update Xcode
148
148
uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
@@ -196,7 +196,7 @@ jobs:
196
196
egress-policy : audit
197
197
198
198
- name : Checkout D++
199
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
199
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
200
200
with :
201
201
path : main
202
202
@@ -261,7 +261,7 @@ jobs:
261
261
egress-policy : audit
262
262
263
263
- name : Checkout D++
264
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
264
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
265
265
266
266
- name : Install Packages
267
267
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
34
with :
35
35
submodules : recursive
36
36
You can’t perform that action at this time.
0 commit comments