We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8071380 commit dc5f20fCopy full SHA for dc5f20f
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
Start-Process -FilePath .\OpenCppCoverageSetup.exe -ArgumentList "/SUPRESSMSGBOXES /NORESTART /VERYSILENT" -NoNewWindow -Wait
27
28
- name: Install sonar-scanner and build-wrapper
29
- uses: SonarSource/sonarcloud-github-c-cpp@v2
+ uses: sonarsource/sonarcloud-github-c-cpp@v3
30
31
- name: Run build-wrapper
32
run: |
0 commit comments