@@ -140,77 +140,87 @@ jobs:
140
140
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
141
141
142
142
- name : Checkout server - Host
143
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
143
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
144
144
with :
145
+ persist-credentials : false
145
146
path : host
146
147
submodules : true
147
148
repository : nextcloud/server
148
149
ref : ${{ matrix.host-server-versions }}
149
150
150
151
- name : Checkout spreed app - Host
151
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
152
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152
153
with :
154
+ persist-credentials : false
153
155
path : host/apps/spreed
154
156
ref : ${{ matrix.host-spreed-versions }}
155
157
156
158
- name : Checkout circles app - Host
157
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
159
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158
160
with :
161
+ persist-credentials : false
159
162
repository : nextcloud/circles
160
163
path : host/apps/circles
161
164
ref : ${{ matrix.host-circles-versions }}
162
165
163
166
- name : Checkout guests app - Host
164
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
167
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165
168
with :
169
+ persist-credentials : false
166
170
repository : nextcloud/guests
167
171
path : host/apps/guests
168
172
ref : ${{ matrix.host-guests-versions }}
169
173
170
174
- name : Checkout notifications app - Host
171
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
175
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
172
176
with :
177
+ persist-credentials : false
173
178
repository : nextcloud/notifications
174
179
path : host/apps/notifications
175
180
ref : ${{ matrix.host-notifications-versions }}
176
181
177
182
- name : Checkout server - Remote
178
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
183
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179
184
with :
185
+ persist-credentials : false
180
186
path : remote
181
187
submodules : true
182
188
repository : nextcloud/server
183
189
ref : ${{ matrix.remote-server-versions }}
184
190
185
191
- name : Checkout spreed app - Remote
186
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
192
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
187
193
with :
194
+ persist-credentials : false
188
195
path : remote/apps/spreed
189
196
ref : ${{ matrix.remote-spreed-versions }}
190
197
191
198
- name : Checkout circles app - Remote
192
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
199
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
193
200
with :
201
+ persist-credentials : false
194
202
repository : nextcloud/circles
195
203
path : remote/apps/circles
196
204
ref : ${{ matrix.remote-circles-versions }}
197
205
198
206
- name : Checkout guests app - Remote
199
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
207
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
200
208
with :
209
+ persist-credentials : false
201
210
repository : nextcloud/guests
202
211
path : remote/apps/guests
203
212
ref : ${{ matrix.remote-guests-versions }}
204
213
205
214
- name : Checkout notifications app - Remote
206
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
215
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
207
216
with :
217
+ persist-credentials : false
208
218
repository : nextcloud/notifications
209
219
path : remote/apps/notifications
210
220
ref : ${{ matrix.remote-notifications-versions }}
211
221
212
222
- name : Set up php ${{ matrix.php-versions }}
213
- uses : shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # v2
223
+ uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
214
224
with :
215
225
php-version : ${{ matrix.php-versions }}
216
226
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
0 commit comments