We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb0a66 commit 84a6e86Copy full SHA for 84a6e86
1 file changed
.github/workflows/sonarqube.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: SonarQube Scan
113
uses: SonarSource/sonarqube-scan-action@v5
114
env:
115
- SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
116
with:
117
args: >
118
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
0 commit comments