Skip to content

Commit 1d6475e

Browse files
committed
NO-JIRA update github action
1 parent 2f34537 commit 1d6475e

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip install gcovr==5.0 # 5.1 is not supported
2626
- name: Install sonar-scanner and build-wrapper
27-
uses: SonarSource/sonarcloud-github-c-cpp@v2
27+
uses: SonarSource/sonarcloud-github-c-cpp@v3
2828
- name: Run build-wrapper
2929
run: |
3030
mkdir build

0 commit comments

Comments
 (0)