We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c47eb6 commit a7ed3eaCopy full SHA for a7ed3ea
.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