mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-05-23 02:15:55 +00:00
Pin all external GitHub Actions versions using SHA1
This commit is contained in:
parent
6d4fcee733
commit
d2364e7eb9
8 changed files with 36 additions and 36 deletions
|
|
@ -71,7 +71,7 @@ runs:
|
|||
- name: Cache sonar-scanner installation
|
||||
id: cache-sonar-tools
|
||||
if: inputs.cache-binaries == 'true'
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
env:
|
||||
# The default value is 60mins. Reaching timeout is treated the same as a cache miss.
|
||||
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue