Skip to content

Commit f4e4017

Browse files
committed
Update Sonarcube action in ci.yml
1 parent 3978464 commit f4e4017

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
with:
12-
fetch-depth: 0 # Needed for SonarCloud
12+
fetch-depth: 0 # Needed for SonarCloud
1313

1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.4'
17+
php-version: "8.4"
1818
coverage: xdebug
1919

2020
- name: Install dependencies
@@ -24,6 +24,6 @@ jobs:
2424
run: vendor/bin/pest --coverage --coverage-clover=coverage.xml
2525

2626
- name: SonarCloud Scan
27-
uses: SonarSource/sonarcloud-github-action@master
27+
uses: SonarSource/sonarqube-scan-action@master
2828
env:
29-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
29+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)