We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c47eb6 + a7ed3ea commit 08abf10Copy full SHA for 08abf10
1 file changed
.github/workflows/sonarcloud.yml
@@ -29,7 +29,7 @@ jobs:
29
pytest --cov=sarxarray --cov-report=xml --cov-report=term
30
31
- name: SonarQube Scan
32
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments