Skip to content

Commit 08abf10

Browse files
authored
Merge pull request #69 from TUDelftGeodesy/update_sonar
Upgrade SonarQube scan action to version 5
2 parents 2c47eb6 + a7ed3ea commit 08abf10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)