We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4105e + e1b7b0f commit 3ed8920Copy full SHA for 3ed8920
1 file changed
.github/workflows/new-static-analysis.yaml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v4
47
with:
48
repository: pimcore/workflows-collection-public
49
- ref: reusable-workflows
+ ref: main
50
path: reusable-workflows
51
52
- name: Parse PHP versions from composer.json
@@ -74,7 +74,7 @@ jobs:
74
75
static-analysis:
76
needs: setup-matrix
77
- 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
78
79
phpstan_matrix: ${{ needs.setup-matrix.outputs.phpstan_matrix }}
80
private_repo: ${{ needs.setup-matrix.outputs.private_repo }}
0 commit comments