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.
1 parent ef31956 commit 4fb1675Copy full SHA for 4fb1675
.github/workflows/sonar.yaml
@@ -51,4 +51,4 @@ jobs:
51
with:
52
args: >-
53
--define project.settings=.sonar.properties
54
- --define sonar.cfamily.compile-commands="$RUNNER_TEMP/sonar/compile_commands.json"
+ --define sonar.cfamily.compile-commands="${{ runner.temp }}/sonar/compile_commands.json"
0 commit comments