diff --git a/.github/actions-lock.txt b/.github/actions-lock.txt index fbb8949a8..256a75546 100644 --- a/.github/actions-lock.txt +++ b/.github/actions-lock.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: MIT e6351c608939c31ae1e32923aa82aa10 dependabot-approve-merge.yml -94c65e30a77686c079c6dfa54a008440 sync-workflow-templates.yml +b47a9fe981a7435caea92db33f5ad121 sync-workflow-templates.yml e456e5920f7020b8fef59329ab6ce54e ai-policy.yml -aff9f466debc652013b43d1a11b32a0b npm-audit-fix.yml +0dc931ec237a235370e224282608b20e npm-audit-fix.yml 2dbec18233063b42f4d8e03bbb43671c reuse.yml diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0ac049ced..697f6e308 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,6 +26,10 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable35' + - 'stable34' + - 'stable33' + - 'stable32' name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index c0636a066..c24e77cba 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -26,6 +26,10 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable35' + - 'stable34' + - 'stable33' + - 'stable32' name: Update workflows in ${{ matrix.branches }}