Update SonarScanner CLI to 7.0.2.4839
This commit is contained in:
1
.github/workflows/qa-main.yml
vendored
1
.github/workflows/qa-main.yml
vendored
@@ -449,6 +449,7 @@ jobs:
|
||||
id: runTest
|
||||
uses: ./
|
||||
with:
|
||||
scannerVersion: 6.2.1.4610
|
||||
scannerBinariesUrl: http://localhost:8080/clientRedirectToSonarBinaries
|
||||
env:
|
||||
NO_CACHE: true
|
||||
|
||||
2
.github/workflows/version_update.yml
vendored
2
.github/workflows/version_update.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
env:
|
||||
NEW_VERSION: ${{ steps.latest-version.outputs.sonar-scanner-version }}
|
||||
run: |
|
||||
yq -i '.inputs.scannerVersion.default = "${NEW_VERSION}"' action.yml
|
||||
yq -i '.inputs.scannerVersion.default = "$NEW_VERSION"' action.yml
|
||||
- name: "Create Pull Request for version update"
|
||||
if: steps.tagged-version.outputs.sonar-scanner-version != steps.latest-version.outputs.sonar-scanner-version
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user