Commit 2073269 1 parent 395253b commit 2073269 Copy full SHA for 2073269
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
with :
49
49
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
50
50
- name : Cache SonarCloud packages
51
- uses : actions/cache@c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
51
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
52
52
with :
53
53
path : ~/sonar/cache
54
54
key : ${{ runner.os }}-sonar
55
55
restore-keys : ${{ runner.os }}-sonar
56
56
- name : Cache SonarCloud scanner
57
57
id : cache-sonar-scanner
58
- uses : actions/cache@c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
58
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
59
59
with :
60
60
path : ./.sonar/scanner
61
61
key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments