Skip to content

Commit 7387230

Browse files
authored
1 parent a48f700 commit 7387230

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
- name: Coding style PSR12 Check
7676
run: vendor/bin/phpcs
7777

78-
- name: 'Run SonarCloud scanner'
78+
- name: 'Run SonarQube cloud scanner'
7979
if: ${{contains(github.ref, '/pull/')}}
80-
uses: SonarSource/sonarcloud-github-action@v2.2.0
80+
uses: SonarSource/sonarqube-scan-action@v5
8181
env:
8282
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83-
- name: 'Run SonarCloud scanner'
83+
- name: 'Run SonarQube cloud scanner'
8484
if: ${{!contains(github.ref, '/pull/')}}
85-
uses: SonarSource/sonarcloud-github-action@v2.2.0
85+
uses: SonarSource/sonarqube-scan-action@v5
8686
env:
8787
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8888
with:
89-
args: -Dsonar.branch.name=${{ github.ref_name }}
89+
args: -Dsonar.branch.name=${{ github.ref_name }}

0 commit comments

Comments
 (0)