Skip to content

Commit 69f1fe8

Browse files
committed
fix sonar because they changed the way they sanitize their input
Signed-off-by: Martijn Govers <[email protected]> test sonar Signed-off-by: Martijn Govers <[email protected]> disable time consuming useless stuff Signed-off-by: Martijn Govers <[email protected]> fix test script Signed-off-by: Martijn Govers <[email protected]> more testing Signed-off-by: Martijn Govers <[email protected]> test full build Signed-off-by: Martijn Govers <[email protected]> test remove quotes Signed-off-by: Martijn Govers <[email protected]> restore everything back to main Signed-off-by: Martijn Govers <[email protected]>
1 parent 6c9605a commit 69f1fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
uses: SonarSource/sonarqube-scan-action@v5
8080
with:
8181
args: >
82-
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
82+
--define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json

0 commit comments

Comments
 (0)