Skip to content

Commit 92523d2

Browse files
committed
fix ci
1 parent 726cdd3 commit 92523d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pyci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
run: |
2626
make test-coverage
2727
- name: SonarQubeScan
28-
uses: SonarSource/sonarqube-scan-action@v4
28+
uses: SonarSource/sonarqube-scan-action@v5
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
with:
32-
args:
33-
sonar.projectKey=hexlet-boilerplates_python-package
34-
sonar.organization=hexlet-boilerplates
35-
sonar.python.coverage.reportPaths=coverage.xml
32+
args: >
33+
-Dsonar.projectKey=hexlet-boilerplates_python-package
34+
-Dsonar.organization=hexlet-boilerplates
35+
-Dsonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)