Skip to content

Commit e6506af

Browse files
committed
updated the sonarscanner version to v2 to try and fix gh actions fail
1 parent 3fd4c75 commit e6506af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pip install gcovr==5.0 # 5.1 is not supported
3030
- name: Install sonar-scanner and build-wrapper
31-
uses: SonarSource/sonarcloud-github-c-cpp@v1
31+
uses: SonarSource/sonarcloud-github-c-cpp@v2
3232

3333

3434
- name: Run build-wrapper

0 commit comments

Comments
 (0)