Skip to content

Commit a7ed3ea

Browse files
Upgrade SonarQube scan action to version 5
Due to an issue with version 4
1 parent 2c47eb6 commit a7ed3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pytest --cov=sarxarray --cov-report=xml --cov-report=term
3030
3131
- name: SonarQube Scan
32-
uses: SonarSource/sonarqube-scan-action@v4
32+
uses: SonarSource/sonarqube-scan-action@v5
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)