Skip to content

Commit dbdf3b6

Browse files
authored
Merge pull request #650 from nextcloud/dependabot/github_actions/actions/checkout-5.0.0
chore(deps): Bump actions/checkout from 3.5.3 to 5.0.0
2 parents 34f7bce + b172547 commit dbdf3b6

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
lines changed

.github/workflows/command-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
key: git-repo
101101

102102
- name: Checkout ${{ needs.init.outputs.head_ref }}
103-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
103+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104104
with:
105105
token: ${{ secrets.COMMAND_BOT_PAT }}
106106
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: info.xml lint
2222

2323
steps:
24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525

2626
- name: Download xml appinfo schema
2727
run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd
@@ -40,7 +40,7 @@ jobs:
4040
php-versions: ["8.1"]
4141

4242
steps:
43-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444

4545
- name: Set up php ${{ matrix.php-versions }}
4646
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2
@@ -59,7 +59,7 @@ jobs:
5959
php-versions: ["8.1"]
6060

6161
steps:
62-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363

6464
- name: Set up php ${{ matrix.php-versions }}
6565
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2
@@ -81,7 +81,7 @@ jobs:
8181
name: php-psalm-analysis
8282

8383
steps:
84-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8585
- name: Set up php ${{ matrix.php-versions }}
8686
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2
8787
with:
@@ -99,7 +99,7 @@ jobs:
9999
name: eslint
100100

101101
steps:
102-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103103
- name: Install dependencies
104104
run: npm ci
105105

@@ -112,7 +112,7 @@ jobs:
112112
name: stylelint
113113

114114
steps:
115-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116116
- name: Install dependencies
117117
run: npm ci
118118

.github/workflows/node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
2929

3030
- name: Checkout
31-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
path: ${{ env.APP_NAME }}
3434

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: NPM build
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
with:
5858
persist-credentials: false
5959

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
persist-credentials: false
2222

.github/workflows/tests-deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
3838

3939
- name: Checkout server
40-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
with:
4242
submodules: true
4343
repository: nextcloud/server
4444
ref: master
4545

4646
- name: Checkout AppAPI
47-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
47+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848
with:
4949
path: apps/${{ env.APP_NAME }}
5050

@@ -594,14 +594,14 @@ jobs:
594594
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
595595

596596
- name: Checkout server
597-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
597+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
598598
with:
599599
submodules: true
600600
repository: nextcloud/server
601601
ref: master
602602

603603
- name: Checkout AppAPI
604-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
604+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
605605
with:
606606
path: apps/${{ env.APP_NAME }}
607607

@@ -734,14 +734,14 @@ jobs:
734734
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
735735

736736
- name: Checkout server
737-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
737+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
738738
with:
739739
submodules: true
740740
repository: nextcloud/server
741741
ref: master
742742

743743
- name: Checkout AppAPI
744-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
744+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
745745
with:
746746
path: apps/${{ env.APP_NAME }}
747747

@@ -884,14 +884,14 @@ jobs:
884884
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
885885

886886
- name: Checkout server
887-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
887+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
888888
with:
889889
submodules: true
890890
repository: nextcloud/server
891891
ref: master
892892

893893
- name: Checkout AppAPI
894-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
894+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
895895
with:
896896
path: apps/${{ env.APP_NAME }}
897897

@@ -995,7 +995,7 @@ jobs:
995995
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
996996

997997
- name: Checkout AppAPI
998-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
998+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
999999

10001000
- name: Create containers
10011001
run: |
@@ -1086,7 +1086,7 @@ jobs:
10861086
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
10871087

10881088
- name: Checkout AppAPI
1089-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1089+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10901090

10911091
- name: Create containers
10921092
run: |
@@ -1185,14 +1185,14 @@ jobs:
11851185
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
11861186

11871187
- name: Checkout server
1188-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1188+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
11891189
with:
11901190
submodules: true
11911191
repository: nextcloud/server
11921192
ref: master
11931193

11941194
- name: Checkout AppAPI
1195-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1195+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
11961196
with:
11971197
path: apps/${{ env.APP_NAME }}
11981198

@@ -1304,14 +1304,14 @@ jobs:
13041304
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
13051305

13061306
- name: Checkout server
1307-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1307+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13081308
with:
13091309
submodules: true
13101310
repository: nextcloud/server
13111311
ref: master
13121312

13131313
- name: Checkout AppAPI
1314-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1314+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13151315
with:
13161316
path: apps/${{ env.APP_NAME }}
13171317

.github/workflows/tests-special.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
5050

5151
- name: Checkout server
52-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353
with:
5454
submodules: true
5555
repository: nextcloud/server
5656
ref: 'master'
5757

5858
- name: Checkout AppAPI
59-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060
with:
6161
path: apps/${{ env.APP_NAME }}
6262

@@ -95,7 +95,7 @@ jobs:
9595
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
9696

9797
- name: Checkout NcPyApi
98-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
98+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9999
with:
100100
path: nc_py_api
101101
repository: cloud-py-api/nc_py_api

.github/workflows/tests.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,26 @@ jobs:
5151
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
5252

5353
- name: Checkout server
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555
with:
5656
submodules: true
5757
repository: nextcloud/server
5858
ref: master
5959

6060
- name: Checkout Notifications
61-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262
with:
6363
repository: nextcloud/notifications
6464
ref: master
6565
path: apps/notifications
6666

6767
- name: Checkout AppAPI
68-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
path: apps/${{ env.APP_NAME }}
7171

7272
- name: Checkout Notes
73-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474
with:
7575
repository: nextcloud/notes
7676
ref: "main"
@@ -116,7 +116,7 @@ jobs:
116116
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
117117

118118
- name: Checkout NcPyApi
119-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
119+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120120
with:
121121
path: nc_py_api
122122
repository: cloud-py-api/nc_py_api
@@ -170,21 +170,21 @@ jobs:
170170
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
171171

172172
- name: Checkout server
173-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
174174
with:
175175
submodules: true
176176
repository: nextcloud/server
177177
ref: master
178178

179179
- name: Checkout Notifications
180-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
181181
with:
182182
repository: nextcloud/notifications
183183
ref: master
184184
path: apps/notifications
185185

186186
- name: Checkout AppAPI
187-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
187+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188188
with:
189189
path: apps/${{ env.APP_NAME }}
190190

@@ -230,7 +230,7 @@ jobs:
230230
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
231231

232232
- name: Checkout NcPyApi
233-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
233+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
234234
with:
235235
path: nc_py_api
236236
repository: cloud-py-api/nc_py_api
@@ -284,21 +284,21 @@ jobs:
284284
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
285285

286286
- name: Checkout server
287-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
287+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
288288
with:
289289
submodules: true
290290
repository: nextcloud/server
291291
ref: master
292292

293293
- name: Checkout Notifications
294-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
294+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
295295
with:
296296
repository: nextcloud/notifications
297297
ref: master
298298
path: apps/notifications
299299

300300
- name: Checkout AppAPI
301-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
301+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
302302
with:
303303
path: apps/${{ env.APP_NAME }}
304304

@@ -347,7 +347,7 @@ jobs:
347347
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
348348

349349
- name: Checkout NcPyApi
350-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
350+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
351351
with:
352352
path: nc_py_api
353353
repository: cloud-py-api/nc_py_api
@@ -406,21 +406,21 @@ jobs:
406406
run: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
407407

408408
- name: Checkout server
409-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
409+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
410410
with:
411411
submodules: true
412412
repository: nextcloud/server
413413
ref: master
414414

415415
- name: Checkout Notifications
416-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
416+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
417417
with:
418418
repository: nextcloud/notifications
419419
ref: master
420420
path: apps/notifications
421421

422422
- name: Checkout AppAPI
423-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
423+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
424424
with:
425425
path: apps/${{ env.APP_NAME }}
426426

@@ -459,7 +459,7 @@ jobs:
459459
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &
460460

461461
- name: Checkout NcPyApi
462-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
462+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
463463
with:
464464
path: nc_py_api
465465
repository: cloud-py-api/nc_py_api

0 commit comments

Comments
 (0)