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 e1bdcbf commit ebc2f96Copy full SHA for ebc2f96
.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@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
+ uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0
55
with:
56
args: --define sonar.cfamily.compile-commands=build/compile_commands.json
57
env:
0 commit comments