Skip to content

Commit 75c9bf7

Browse files
authored
Merge pull request #142 from sjinks/renovate/sonarsource-sonarqube-scan-action-6.x
chore(deps): update sonarsource/sonarqube-scan-action action to v6
2 parents 7fcda80 + d149165 commit 75c9bf7

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
@@ -33,7 +33,7 @@ jobs:
3333
run: cmake -B build
3434

3535
- name: Run sonar-scanner
36-
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
36+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
3737
with:
3838
args: --define sonar.cfamily.compile-commands=build/compile_commands.json
3939
env:

0 commit comments

Comments
 (0)