Skip to content

Commit dd7d312

Browse files
committed
NO-JIRA update github action
1 parent 3087a89 commit dd7d312

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)