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 }}