Fix CodeQL Builds
This commit is contained in:
2
.github/workflows/codeql_linux.yml
vendored
2
.github/workflows/codeql_linux.yml
vendored
@@ -140,4 +140,4 @@ jobs:
|
||||
with:
|
||||
# Consult https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/ for more information and options
|
||||
args: >
|
||||
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
|
||||
--define sonar.cfamily.compile-commands=build/compile_commands.json
|
||||
|
||||
2
.github/workflows/codeql_macos.yml
vendored
2
.github/workflows/codeql_macos.yml
vendored
@@ -133,4 +133,4 @@ jobs:
|
||||
with:
|
||||
# Consult https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/ for more information and options
|
||||
args: >
|
||||
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
|
||||
--define sonar.cfamily.compile-commands=build/compile_commands.json
|
||||
|
||||
2
.github/workflows/codeql_windows_msys2.yml
vendored
2
.github/workflows/codeql_windows_msys2.yml
vendored
@@ -177,4 +177,4 @@ jobs:
|
||||
with:
|
||||
# Consult https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/ for more information and options
|
||||
args: >
|
||||
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
|
||||
--define sonar.cfamily.compile-commands=build/compile_commands.json
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
sonar.projectKey=86Box_86Box
|
||||
|
||||
sonar.organization=86box
|
||||
|
||||
# This is the name and version displayed in the SonarCloud UI.
|
||||
#sonar.projectName=86Box
|
||||
sonar.projectName=86Box
|
||||
|
||||
#sonar.projectVersion=1.0
|
||||
|
||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
||||
# Path is relative to the sonar-project.properties file. Defaults to .
|
||||
#sonar.sources=.
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.cfamily.compile-commands=build/compile_commands.json
|
||||
|
||||
Reference in New Issue
Block a user