From 574c2b9bd0df29d8ded9c2f97eb0ff4d23aa5c88 Mon Sep 17 00:00:00 2001 From: berfin-yueksel <99557970+berfin-yueksel@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:08:48 +0100 Subject: [PATCH] chore: replace reusable-workflows branch references with main --- .github/workflows/new-docs.yml | 2 +- .github/workflows/new-static-analysis.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/new-docs.yml b/.github/workflows/new-docs.yml index 6c98c211..36032edf 100644 --- a/.github/workflows/new-docs.yml +++ b/.github/workflows/new-docs.yml @@ -25,7 +25,7 @@ permissions: jobs: docs: - uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@reusable-workflows + uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@main with: docs_path: "doc" secrets: diff --git a/.github/workflows/new-static-analysis.yaml b/.github/workflows/new-static-analysis.yaml index 6e0327d0..4aaca14e 100644 --- a/.github/workflows/new-static-analysis.yaml +++ b/.github/workflows/new-static-analysis.yaml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 with: repository: pimcore/workflows-collection-public - ref: reusable-workflows + ref: main path: reusable-workflows - name: Parse PHP versions from composer.json @@ -74,7 +74,7 @@ jobs: static-analysis: needs: setup-matrix - uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@reusable-workflows + uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@main with: phpstan_matrix: ${{ needs.setup-matrix.outputs.phpstan_matrix }} private_repo: ${{ needs.setup-matrix.outputs.private_repo }}