Skip to content

Commit cd236db

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

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/actions-lock.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ b3df400f278aceee04fa140c6c4efe3a phpunit-sqlite.yml
2424
800d5b188aa885626cf4169fa2dfea9e update-nextcloud-ocp-approve-merge.yml
2525
3546915f4efeb698b828e1aa3861d26e update-nextcloud-ocp.yml
2626
48c2c657b87747c9faeb589bcce08923 update-stable-titles.yml
27+
9748607544294975609be21633372bdd sync-workflow-templates.yml

.github/workflows/sync-workflow-templates.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# This workflow will update all workflow templates
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
25
#
36
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
47
# SPDX-License-Identifier: MIT
58

9+
# This workflow will update all workflow templates
10+
# Additionally it will reapply `workflow.yml.patch` files after syncing and only then commit the result
611
name: Update workflows
712
on:
813
workflow_dispatch:
@@ -21,8 +26,8 @@ jobs:
2126
matrix:
2227
branches:
2328
- ${{ github.event.repository.default_branch }}
29+
- 'stable33'
2430
- 'stable32'
25-
- 'stable31'
2631

2732
name: Update workflows in ${{ matrix.branches }}
2833

@@ -37,14 +42,14 @@ jobs:
3742
require: admin
3843

3944
- name: Checkout workflow repository
40-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4146
with:
4247
persist-credentials: false
4348
path: source
4449
repository: nextcloud/.github
4550

4651
- name: Checkout app
47-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4853
with:
4954
persist-credentials: false
5055
path: target
@@ -115,7 +120,7 @@ jobs:
115120
echo "DRAFT_ONLY=${draft_only}" >> $GITHUB_ENV
116121
117122
- name: Create Pull Request
118-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
123+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
119124
with:
120125
token: ${{ secrets.COMMAND_BOT_WORKFLOWS }} # zizmor: ignore[secrets-outside-env]
121126
commit-message: 'ci(actions): Update workflow templates from organization template repository'

0 commit comments

Comments
 (0)