Skip to content

Commit 7af69ee

Browse files
Merge pull request #844 from PowerGridModel/feature/bump-sonar-cloud-usage
Resolve deprecated sonar cloud usage
2 parents 02f9fd4 + fcd884f commit 7af69ee

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
@@ -77,4 +77,4 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7979
run: |
80-
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
80+
sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"

0 commit comments

Comments
 (0)