Commit 88f9024
committed
Fix SonarQube build-wrapper path and usage
This commit updates the SonarQube GitHub Actions workflow to follow the
officially recommended configuration. The previous workflow failed
because the CFamily analyzer could not locate the generated
compile_commands.json file due to an incorrect or quoted build-wrapper
output path.
Changes included:
- Align workflow steps with SonarSource’s recommended sequence.
- Ensure build-wrapper-linux-x86-64 correctly produces output under
$BUILD_WRAPPER_OUT_DIR.
This update should allow the C/C++ analysis to run successfully and
avoid exit code 3 errors in future SonarQube scans.1 parent 435b8aa commit 88f9024
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
0 commit comments