Skip to content

Commit a7f562f

Browse files
committed
fix: switch off of the deprecated sonar action
1 parent 286f32c commit a7f562f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn test
3232

3333
- name: SonarCloud 🔬
34-
uses: sonarSource/sonarcloud-github-action@v2.0.2
34+
uses: SonarSource/sonarqube-scan-action@master
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)