Skip to content

Commit 5b6f568

Browse files
authored
Merge pull request #127 from sjinks/renovate/sonarsource-sonarqube-scan-action-7.x
chore(deps): update sonarsource/sonarqube-scan-action action to v7
2 parents fd52abd + e77a78d commit 5b6f568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cmake --build build --target coverage -j $(nproc)
5858

5959
- name: Run sonar-scanner
60-
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
60+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
6161
with:
6262
args: >
6363
--define sonar.cfamily.compile-commands=build/compile_commands.json

0 commit comments

Comments
 (0)