Skip to content

Commit 89e40fc

Browse files
committed
sq scan
1 parent 1b64c37 commit 89e40fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pluginTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run Sonar Scanner
4545
run: |
4646
docker run --rm --network="host" -v "$(pwd)/target-project:/usr/src" \
47-
sonarsource/sonar-scanner-cli:12 \
47+
sonarsource/sonar-scanner-cli:latest \
4848
-Dsonar.projectKey=test-project \
4949
-Dsonar.sources=. \
5050
-Dsonar.host.url=http://localhost:9000 \

0 commit comments

Comments
 (0)