Skip to content

Commit 0c0f395

Browse files
SQSCANGHA-42 Update scanner cli to v11.0
1 parent 8c8682d commit 0c0f395

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/qa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run action with args
2020
uses: ./
2121
with:
22-
args: -Dsonar.someArg=aValue -Dsonar.scanner.dumpToFile=./output.properties
22+
args: -Dsonar.someArg=aValue -Dsonar.scanner.internal.dumpToFile=./output.properties
2323
env:
2424
SONAR_HOST_URL: http://not_actually_used
2525
- name: Assert
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run action with projectBaseDir
3838
uses: ./
3939
with:
40-
args: -Dsonar.scanner.dumpToFile=./output.properties
40+
args: -Dsonar.scanner.internal.dumpToFile=./output.properties
4141
projectBaseDir: ./baseDir
4242
env:
4343
SONAR_HOST_URL: http://not_actually_used
@@ -60,7 +60,7 @@ jobs:
6060
SONAR_HOST_URL: http://not_actually_used
6161
with:
6262
projectBaseDir: ./test/gradle-project
63-
args: -Dsonar.scanner.dumpToFile=./output.properties
63+
args: -Dsonar.scanner.internal.dumpToFile=./output.properties
6464
- name: Assert
6565
run: |
6666
./test/assertFileExists ./output.properties
@@ -80,7 +80,7 @@ jobs:
8080
SONAR_HOST_URL: http://not_actually_used
8181
with:
8282
projectBaseDir: ./test/gradle-project
83-
args: -Dsonar.scanner.dumpToFile=./output.properties
83+
args: -Dsonar.scanner.internal.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.dumpToFile=./output.properties
103+
args: -Dsonar.scanner.internal.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.dumpToFile=./output.properties
149+
args: -Dsonar.scanner.internal.dumpToFile=./output.properties
150150
env:
151151
RUNNER_DEBUG: 1
152152
SONAR_HOST_URL: http://not_actually_used

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM sonarsource/sonar-scanner-cli:10.0
1+
FROM sonarsource/sonar-scanner-cli:11.0
22

3-
LABEL version="2.1.0" \
3+
LABEL version="3.0.0" \
44
repository="https://github.com/sonarsource/sonarqube-scan-action" \
55
homepage="https://github.com/sonarsource/sonarqube-scan-action" \
66
maintainer="SonarSource" \

0 commit comments

Comments
 (0)