1919 - name : Run action with args
2020 uses : ./
2121 with :
22- args : -Dsonar.someArg=aValue -Dsonar.scanner.internal. dumpToFile=./output.properties
22+ args : -Dsonar.someArg=aValue -Dsonar.scanner.dumpToFile=./output.properties
2323 env :
2424 SONAR_HOST_URL : http://not_actually_used
2525 - name : Assert
3737 - name : Run action with projectBaseDir
3838 uses : ./
3939 with :
40- args : -Dsonar.scanner.internal. dumpToFile=./output.properties
40+ args : -Dsonar.scanner.dumpToFile=./output.properties
4141 projectBaseDir : ./baseDir
4242 env :
4343 SONAR_HOST_URL : http://not_actually_used
6060 SONAR_HOST_URL : http://not_actually_used
6161 with :
6262 projectBaseDir : ./test/gradle-project
63- args : -Dsonar.scanner.internal. dumpToFile=./output.properties
63+ args : -Dsonar.scanner.dumpToFile=./output.properties
6464 - name : Assert
6565 run : |
6666 ./test/assertFileExists ./output.properties
8080 SONAR_HOST_URL : http://not_actually_used
8181 with :
8282 projectBaseDir : ./test/gradle-project
83- args : -Dsonar.scanner.internal. dumpToFile=./output.properties
83+ args : -Dsonar.scanner.dumpToFile=./output.properties
8484 - name : Assert
8585 run : |
8686 ./test/assertFileExists ./output.properties
@@ -100,7 +100,7 @@ jobs:
100100 SONAR_HOST_URL : http://not_actually_used
101101 with :
102102 projectBaseDir : ./test/maven-project
103- args : -Dsonar.scanner.internal. dumpToFile=./output.properties
103+ args : -Dsonar.scanner.dumpToFile=./output.properties
104104 - name : Assert
105105 run : |
106106 ./test/assertFileExists ./output.properties
@@ -146,7 +146,7 @@ jobs:
146146 - name : Run action with debug mode
147147 uses : ./
148148 with :
149- args : -Dsonar.scanner.internal. dumpToFile=./output.properties
149+ args : -Dsonar.scanner.dumpToFile=./output.properties
150150 env :
151151 RUNNER_DEBUG : 1
152152 SONAR_HOST_URL : http://not_actually_used
0 commit comments