File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
75
75
- name : Coding style PSR12 Check
76
76
run : vendor/bin/phpcs
77
77
78
- - name : ' Run SonarCloud scanner'
78
+ - name : ' Run SonarQube cloud scanner'
79
79
if : ${{contains(github.ref, '/pull/')}}
80
- uses : SonarSource/sonarcloud-github -action@v2.2.0
80
+ uses : SonarSource/sonarqube-scan -action@v5
81
81
env :
82
82
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
83
- - name : ' Run SonarCloud scanner'
83
+ - name : ' Run SonarQube cloud scanner'
84
84
if : ${{!contains(github.ref, '/pull/')}}
85
- uses : SonarSource/sonarcloud-github -action@v2.2.0
85
+ uses : SonarSource/sonarqube-scan -action@v5
86
86
env :
87
87
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
88
88
with :
89
- args : -Dsonar.branch.name=${{ github.ref_name }}
89
+ args : -Dsonar.branch.name=${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments