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 b15c92d commit 08da1b8Copy full SHA for 08da1b8
.github/workflows/sonarcloud.yml
@@ -57,7 +57,7 @@ jobs:
57
run: cmake --build build --target coverage -j $(nproc)
58
59
- name: Run sonar-scanner
60
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
61
with:
62
args: >
63
--define sonar.cfamily.compile-commands=build/compile_commands.json
0 commit comments