Skip to content

Commit 350f24d

Browse files
authored
Merge pull request #1126 from PowerGridModel/feature/try-fix-sonar-cloud
CI: Fix sonar build
2 parents 6c9605a + 69f1fe8 commit 350f24d

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)