mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-18 02:55:45 +00:00
Update SonarScanner CLI to 7.0.2.4839
This commit is contained in:
parent
3ed7560138
commit
0303d6b62e
4 changed files with 16 additions and 15 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue