We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eabeea commit bf2d8e2Copy full SHA for bf2d8e2
1 file changed
.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@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
+ uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8
61
with:
62
args: >
63
--define sonar.cfamily.compile-commands=build/compile_commands.json
0 commit comments