Skip to content

Commit 53c90a3

Browse files
Merge pull request #703 from nextcloud/automated/noid/stable32-update-workflows
[stable32] ci(actions): Update workflow templates from organization template repository
2 parents cc82f4b + 4c851fa commit 53c90a3

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/actions-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
3-
25fc4c7e69e778e20bdc9eb0cc96367e block-merge-freeze.yml
3+
acad44f3e99b665897766ce90374dd03 block-merge-freeze.yml
44
e6351c608939c31ae1e32923aa82aa10 dependabot-approve-merge.yml
55
43fd0c5fb704cabc5f11cdfaf513236d lint-info-xml.yml
66
4b40dd0073e16f74dd04e6d49dcc043d lint-php-cs.yml
77
cfb31e47b6e9ab65e76c89b028754a4e lint-php.yml
8-
8fab08ac7da700ee304af0bf3c18b3a3 phpunit-mysql.yml
8+
6d20bb9054bf13310aaa1bf98025b3d9 phpunit-mysql.yml
99
d1821b8a816578070ed8fd018f321f6d pr-feedback.yml
1010
6dc046dfbca5dc65d938265c518fcac4 psalm.yml
1111
2dbec18233063b42f4d8e03bbb43671c reuse.yml
1212
a3440826636c0fd7c2d20b1de50363da update-nextcloud-ocp-approve-merge.yml
13-
f5632e6d28c6afca9d4d46131fb48d57 update-nextcloud-ocp.yml
13+
1919e2ff468e875aeeae5fd088d4ce1f update-nextcloud-ocp.yml

.github/workflows/block-merge-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Run check
5656
if: ${{ env.server_ref != '' }}
57-
run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'
57+
run: cat version.php | grep 'OC_VersionString' | grep -i -v -E '(\.0\.0 RC[3-9]|\.[1-9][0-9]* RC)'

.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/update-nextcloud-ocp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
matrix:
3030
branches:
3131
- ${{ github.event.repository.default_branch }}
32+
- 'stable35'
3233
- 'stable34'
3334
- 'stable33'
3435
- 'stable32'

0 commit comments

Comments
 (0)