Skip to content

Commit 1a6d90e

Browse files
authored
SQSCANGHA-102 Pin actions/cache to a full-length commit SHA (#199)
1 parent 016cabf commit 1a6d90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
INPUT_SCANNERVERSION: ${{ inputs.scannerVersion }}
3434
- name: Load Sonar Scanner CLI from cache
3535
id: sonar-scanner-cli
36-
uses: actions/cache@v4
36+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
3737
env:
3838
# The default value is 60mins. Reaching timeout is treated the same as a cache miss.
3939
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

0 commit comments

Comments
 (0)