We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726cdd3 commit 92523d2Copy full SHA for 92523d2
1 file changed
.github/workflows/pyci.yml
@@ -25,11 +25,11 @@ jobs:
25
run: |
26
make test-coverage
27
- name: SonarQubeScan
28
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
with:
32
- args:
33
- sonar.projectKey=hexlet-boilerplates_python-package
34
- sonar.organization=hexlet-boilerplates
35
- sonar.python.coverage.reportPaths=coverage.xml
+ args: >
+ -Dsonar.projectKey=hexlet-boilerplates_python-package
+ -Dsonar.organization=hexlet-boilerplates
+ -Dsonar.python.coverage.reportPaths=coverage.xml
0 commit comments