File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 uses : SonarSource/sonarqube-scan-action@v6.0.0
4040 env :
4141 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
42- SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
4342 with :
4443 args : >
4544 --define sonar.cfamily.compile-commands=${{ runner.workspace }}/build_wrapper_output_directory/compile_commands.json
45+ -Dsonar.organization=ckormanyos
46+ -Dsonar.projectName=wide-integer
47+ -Dsonar.projectKey=ckormanyos_wide-integer
Original file line number Diff line number Diff line change 1- sonar.projectKey =ckormanyos_wide-integer
21sonar.organization =ckormanyos
2+ sonar.projectKey =ckormanyos_wide-integer
33
44# This is the name and version displayed in the SonarCloud UI.
55sonar.projectName =wide-integer
@@ -10,7 +10,3 @@ sonar.sources=.
1010
1111# Encoding of the source code. Default is default system encoding
1212# sonar.sourceEncoding=UTF-8
13-
14- sonar.python.version =2.7
15-
16- sonar.cfamily.cache.enabled =false
You can’t perform that action at this time.
0 commit comments