Skip to content

Commit bdd97ba

Browse files
authored
Upgrade sonarsource/sonarqube-github-c-cpp to v2
1 parent 4079d5d commit bdd97ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Install sonar-scanner
17-
uses: sonarsource/sonarqube-github-c-cpp@v1
17+
uses: sonarsource/sonarqube-github-c-cpp@v2
1818
env:
1919
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
2020
- name: Generate compilation database

0 commit comments

Comments
 (0)