Skip to content

Commit dc5f20f

Browse files
authored
Upgrade github action to v3
1 parent 8071380 commit dc5f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Start-Process -FilePath .\OpenCppCoverageSetup.exe -ArgumentList "/SUPRESSMSGBOXES /NORESTART /VERYSILENT" -NoNewWindow -Wait
2727
2828
- name: Install sonar-scanner and build-wrapper
29-
uses: SonarSource/sonarcloud-github-c-cpp@v2
29+
uses: sonarsource/sonarcloud-github-c-cpp@v3
3030

3131
- name: Run build-wrapper
3232
run: |

0 commit comments

Comments
 (0)