mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-29 08:08:51 +00:00
SQSCANGHA-92 Validate scanner version (#189)
Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
This commit is contained in:
parent
73bc64cb64
commit
2500896589
3 changed files with 29 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ runs:
|
|||
shell: bash
|
||||
env:
|
||||
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
|
||||
INPUT_SCANNERVERSION: ${{ inputs.scannerVersion }}
|
||||
- name: Load Sonar Scanner CLI from cache
|
||||
id: sonar-scanner-cli
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue