File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
20
22
- name : setup
21
23
id : setup
60
62
61
63
steps :
62
64
- uses : actions/checkout@v4
65
+ with :
66
+ persist-credentials : false
63
67
64
68
- run : yamllint .
65
69
working-directory : .github
69
73
70
74
steps :
71
75
- uses : actions/checkout@v4
76
+ with :
77
+ persist-credentials : false
72
78
73
79
- name : setup
74
80
id : setup
@@ -132,6 +138,8 @@ jobs:
132
138
133
139
steps :
134
140
- uses : actions/checkout@v4
141
+ with :
142
+ persist-credentials : false
135
143
136
144
- name : setup
137
145
uses : erlef/setup-beam@v1
@@ -162,5 +170,7 @@ jobs:
162
170
163
171
steps :
164
172
- uses : actions/checkout@v4
173
+ with :
174
+ persist-credentials : false
165
175
166
176
- run : php ./test/ext/version_compare.php
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
28
+ with :
29
+ persist-credentials : false
28
30
29
31
- name : setup
30
32
id : setup
@@ -58,10 +60,13 @@ jobs:
58
60
59
61
steps :
60
62
- uses : actions/checkout@v4
63
+ with :
64
+ persist-credentials : false
61
65
62
66
- uses : shivammathur/setup-php@v2
63
67
- uses : actions/checkout@v4
64
68
with :
69
+ persist-credentials : false
65
70
repository : matomo-org/device-detector
66
71
path : verify/ext/device-detector
67
72
- run : composer install
You can’t perform that action at this time.
0 commit comments