Skip to content

Commit 91b306b

Browse files
committed
Replace the deprecated build-wrapper-output property
1 parent eca621e commit 91b306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949
run: |
5050
sonar-scanner --define project.settings=.sonar.properties \
51-
--define sonar.cfamily.build-wrapper-output="$RUNNER_TEMP/sonar"
51+
--define sonar.cfamily.compile-commands="$RUNNER_TEMP/sonar/compile_commands.json"

0 commit comments

Comments
 (0)