Skip to content

Commit 21afbb8

Browse files
ci(actions): Update workflow templates from organization template repository
Signed-off-by: GitHub <noreply@github.com>
1 parent 8d84655 commit 21afbb8

12 files changed

Lines changed: 22 additions & 20 deletions

.github/actions-lock.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ fe1239ed98a163abbdea3e0490c85458 appstore-build-publish.yml
55
c68267e33681e70e0d90b8d7c58da269 command-openapi.yml
66
e6351c608939c31ae1e32923aa82aa10 dependabot-approve-merge.yml
77
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
8-
985f3ac7d51405c1601c742832a14120 lint-eslint.yml
8+
dc0ae733f35c60274937c2647c027d46 lint-eslint.yml
99
43fd0c5fb704cabc5f11cdfaf513236d lint-info-xml.yml
1010
4b40dd0073e16f74dd04e6d49dcc043d lint-php-cs.yml
1111
cfb31e47b6e9ab65e76c89b028754a4e lint-php.yml
1212
ab3a506506b1d7c1cea9593ecfd84366 lint-stylelint.yml
13-
3b1f38e378f8e764b0b3c560a8cfe1cd node-test.yml
13+
d5f511793e785e83842609afc0317b24 node-test.yml
1414
03759c9dc0fa748cb927b9f9cadf2925 node.yml
1515
65678bf15deefb099dea5410459a7c17 openapi.yml
16-
076e72a19e7bdf35ac5b2abee0198c43 phpunit-mariadb.yml
17-
8fab08ac7da700ee304af0bf3c18b3a3 phpunit-mysql.yml
18-
bbe9834ddb89207caf5e19d79ebb3672 phpunit-oci.yml
19-
256bf1dead4ef8479e9ce7433f871548 phpunit-pgsql.yml
20-
4ca2c2c4b1a73182667bab908e57c185 phpunit-sqlite.yml
16+
43fe311fa443cc05bca150d30148e656 phpunit-mariadb.yml
17+
6d20bb9054bf13310aaa1bf98025b3d9 phpunit-mysql.yml
18+
a9366230d0b876662fb0ab124ba586af phpunit-oci.yml
19+
33e50146debe0922d4e176f22d949aa1 phpunit-pgsql.yml
20+
869cf6703da576578e5d1774aa87d837 phpunit-sqlite.yml
2121
d1821b8a816578070ed8fd018f321f6d pr-feedback.yml
2222
6dc046dfbca5dc65d938265c518fcac4 psalm.yml
2323
2dbec18233063b42f4d8e03bbb43671c reuse.yml
2424
a3440826636c0fd7c2d20b1de50363da update-nextcloud-ocp-approve-merge.yml
25-
f5632e6d28c6afca9d4d46131fb48d57 update-nextcloud-ocp.yml
25+
1919e2ff468e875aeeae5fd088d4ce1f update-nextcloud-ocp.yml
2626
22604c31b526de270a080eb19967a638 update-stable-titles.yml
27-
94c65e30a77686c079c6dfa54a008440 sync-workflow-templates.yml
28-
97773e8d73758d9f1af50f7c8b82aef3 lint-typescript.yml
29-
28dcf55e283b85c292fea0d0b2a15a8a npm-build.yml
27+
b47a9fe981a7435caea92db33f5ad121 sync-workflow-templates.yml
28+
c5147997c7fb8ecbcd23c69705bddc86 lint-typescript.yml
29+
ab958fa2b07234fceab6b6d836fb7f19 npm-build.yml

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
src: ${{ steps.changes.outputs.src}}
2929

3030
steps:
31-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
31+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3232
id: changes
3333
continue-on-error: true
3434
with:

.github/workflows/lint-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
src: ${{ steps.changes.outputs.src}}
3535

3636
steps:
37-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
37+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3838
id: changes
3939
continue-on-error: true
4040
with:

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
src: ${{ steps.changes.outputs.src}}
3535

3636
steps:
37-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
37+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3838
id: changes
3939
continue-on-error: true
4040
with:

.github/workflows/npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
src: ${{ steps.changes.outputs.src}}
2929

3030
steps:
31-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
31+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3232
id: changes
3333
continue-on-error: true
3434
with:

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
src: ${{ steps.changes.outputs.src}}
4444

4545
steps:
46-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
46+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4747
id: changes
4848
continue-on-error: true
4949
with:

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
src: ${{ steps.changes.outputs.src}}
4545

4646
steps:
47-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
47+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4848
id: changes
4949
continue-on-error: true
5050
with:

.github/workflows/phpunit-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
src: ${{ steps.changes.outputs.src }}
4444

4545
steps:
46-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
46+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4747
id: changes
4848
continue-on-error: true
4949
with:

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
src: ${{ steps.changes.outputs.src }}
4444

4545
steps:
46-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
46+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4747
id: changes
4848
continue-on-error: true
4949
with:

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
src: ${{ steps.changes.outputs.src}}
4444

4545
steps:
46-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
46+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
4747
id: changes
4848
continue-on-error: true
4949
with:

0 commit comments

Comments
 (0)