Skip to content

Commit 3ed8920

Browse files
authored
Merge pull request #129 from pimcore/chore/replace-reusable-workflows-with-main
chore: replace @reusable-workflows with @main
2 parents 7c4105e + e1b7b0f commit 3ed8920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/new-static-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: pimcore/workflows-collection-public
49-
ref: reusable-workflows
49+
ref: main
5050
path: reusable-workflows
5151

5252
- name: Parse PHP versions from composer.json
@@ -74,7 +74,7 @@ jobs:
7474
7575
static-analysis:
7676
needs: setup-matrix
77-
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@reusable-workflows
77+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@main
7878
with:
7979
phpstan_matrix: ${{ needs.setup-matrix.outputs.phpstan_matrix }}
8080
private_repo: ${{ needs.setup-matrix.outputs.private_repo }}

0 commit comments

Comments
 (0)