Skip to content

Commit 1b64c37

Browse files
committed
sq scan 12
1 parent 70e55c6 commit 1b64c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pluginTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
path: 'target-project'
4343

4444
- name: Run Sonar Scanner
45-
run: |
45+
run: |
4646
docker run --rm --network="host" -v "$(pwd)/target-project:/usr/src" \
47-
sonarsource/sonar-scanner-cli:11 \
47+
sonarsource/sonar-scanner-cli:12 \
4848
-Dsonar.projectKey=test-project \
4949
-Dsonar.sources=. \
5050
-Dsonar.host.url=http://localhost:9000 \

0 commit comments

Comments
 (0)