Compare commits
2 Commits
v6
...
jh/update_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7c83de4ca | ||
|
|
74a64e051e |
3
.github/workflows/qa-main.yml
vendored
3
.github/workflows/qa-main.yml
vendored
@@ -450,6 +450,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
scannerBinariesUrl: http://localhost:8080/clientRedirectToSonarBinaries
|
||||
scannerVersion: 6.2.1.4610
|
||||
env:
|
||||
NO_CACHE: true
|
||||
SONAR_HOST_URL: http://not_actually_used
|
||||
@@ -550,7 +551,7 @@ jobs:
|
||||
SONAR_ROOT_CERT: ${{ env.SONAR_ROOT_CERT_VALID }}
|
||||
SONAR_HOST_URL: https://localhost:4443
|
||||
with:
|
||||
args: -Dsonar.login=admin -Dsonar.password=admin
|
||||
args: -X -Dsonar.login=admin -Dsonar.password=admin
|
||||
projectBaseDir: ./test/example-project
|
||||
- name: Clear imported SSL certificates
|
||||
run: |
|
||||
|
||||
@@ -16,7 +16,8 @@ inputs:
|
||||
scannerVersion:
|
||||
description: Version of the Sonar Scanner CLI to use
|
||||
required: false
|
||||
default: 6.2.1.4610 # to be kept in sync with sonar-scanner-version
|
||||
# to be kept in sync with sonar-scanner-version
|
||||
default: 7.0.1.4817
|
||||
scannerBinariesUrl:
|
||||
description: URL to download the Sonar Scanner CLI binaries from
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user