We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9605a + 69f1fe8 commit 350f24dCopy full SHA for 350f24d
.github/workflows/sonar.yml
@@ -79,4 +79,4 @@ jobs:
79
uses: SonarSource/sonarqube-scan-action@v5
80
with:
81
args: >
82
- --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
+ --define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
0 commit comments