This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 9b2fcf68 Fix failure in SonarQube Scan CI action (#534)
9b2fcf68 is described below
commit 9b2fcf688041526f0e5097f0cd58fb56e09ceff3
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Sep 4 12:03:22 2025 +1000
Fix failure in SonarQube Scan CI action (#534)
---
.github/workflows/sonarcloud.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 85a304e6..27652b2b 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -93,7 +93,7 @@ jobs:
projectBaseDir: main
# Consult
https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/
for more information and options
args: >
- --define sonar.host.url="${{ env.SONAR_SERVER_URL }}"
- --define sonar.cfamily.compile-commands="${{
env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
+ --define sonar.host.url=${{ env.SONAR_SERVER_URL }}
+ --define sonar.cfamily.compile-commands=${{
env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
--define sonar.coverageReportPaths=build/coverage.xml