We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7387230 commit 7472e02Copy full SHA for 7472e02
.github/workflows/ci.yml
@@ -76,14 +76,6 @@ jobs:
76
run: vendor/bin/phpcs
77
78
- name: 'Run SonarQube cloud scanner'
79
- if: ${{contains(github.ref, '/pull/')}}
80
- uses: SonarSource/sonarqube-scan-action@v5
81
- env:
82
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83
- - name: 'Run SonarQube cloud scanner'
84
- if: ${{!contains(github.ref, '/pull/')}}
85
86
87
+ uses: minvws/nl-irealisatie-generic-pipelines/.github/actions/sonarcloud@main
88
with:
89
- args: -Dsonar.branch.name=${{ github.ref_name }}
+ sonar-token: ${{ secrets.SONAR_TOKEN }}
0 commit comments