Update SonarScanner CLI to 7.0.2.4839

This commit is contained in:
SonarTech
2025-02-14 11:34:24 +00:00
committed by Julien HENRY
parent 3ed7560138
commit 0303d6b62e
4 changed files with 16 additions and 15 deletions

View File

@@ -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