From fcd884f9da0191226d94eca0317911ec029deb8b Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Mon, 25 Nov 2024 15:13:20 +0100 Subject: [PATCH] Resolve deprecated sonar cloud usage Signed-off-by: Martijn Govers --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 37ed8ded6..761a69ae7 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -77,4 +77,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | - sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" + sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"