Skip to content

Commit fad314b

Browse files
authored
Merge pull request #91 from TUDelftGeodesy/update_sonar
Upgrade SonarQube scan action to version 5
2 parents 93b4d47 + c774baa commit fad314b

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1919
- name: SonarQube Scan
20-
uses: SonarSource/sonarqube-scan-action@v4
20+
uses: SonarSource/sonarqube-scan-action@v5
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
23-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)