From 959b1fedaacf5b4a9e6a06af07b093281477252c Mon Sep 17 00:00:00 2001 From: berfin-yueksel <99557970+berfin-yueksel@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:09:20 +0100 Subject: [PATCH] chore: replace reusable-workflows branch references with main --- .github/workflows/new-static-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-static-analysis.yaml b/.github/workflows/new-static-analysis.yaml index 6e0327d..4aaca14 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 }}