1 parent 3978464 commit f4e4017Copy full SHA for f4e4017
1 file changed
.github/workflows/ci.yml
@@ -9,12 +9,12 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
with:
12
- fetch-depth: 0 # Needed for SonarCloud
+ fetch-depth: 0 # Needed for SonarCloud
13
14
- name: Setup PHP
15
uses: shivammathur/setup-php@v2
16
17
- php-version: '8.4'
+ php-version: "8.4"
18
coverage: xdebug
19
20
- name: Install dependencies
@@ -24,6 +24,6 @@ jobs:
24
run: vendor/bin/pest --coverage --coverage-clover=coverage.xml
25
26
- name: SonarCloud Scan
27
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
28
env:
29
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments