We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da2b0a commit 598e9c6Copy full SHA for 598e9c6
.github/workflows/sonarcloud.yml
@@ -51,7 +51,7 @@ jobs:
51
run: cmake -B build
52
53
- name: Run sonar-scanner
54
- uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
+ uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
55
with:
56
args: --define sonar.cfamily.compile-commands=build/compile_commands.json
57
env:
0 commit comments