mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +00:00
Update action.yml
This commit is contained in:
parent
6bbc1364b8
commit
31fe7a4169
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ runs:
|
|||
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
|
||||
- name: Load Sonar Scanner CLI from cache
|
||||
id: sonar-scanner-cli
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v4.2.0
|
||||
env:
|
||||
# The default value is 60mins. Reaching timeout is treated the same as a cache miss.
|
||||
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue