mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-16 10:26:45 +03:00
Pin all external GitHub Actions versions using SHA1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user