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
611name : Update workflows
712on :
813 workflow_dispatch :
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