Skip to content

Commit 53211ba

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: run pytest
2424
run: pytest --cov=. --cov-report xml:coverage.xml
2525
- name: SonarCloud Scan
26-
uses: SonarSource/sonarcloud-github-action@v5
26+
uses: SonarSource/sonarqube-scan-action@v5.3.1
2727
env:
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2929
- name: run black

0 commit comments

Comments
 (0)