File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
Set-Content Tests/OSLC4Net.Core.QueryTests/OSLC4Net.Core.QueryTests.csproj
97
97
- name : Cache NuGet
98
98
# id: cache-nuget
99
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
99
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
100
100
# env:
101
101
# cache-name: cache-node-modules
102
102
with :
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
30
30
persist-credentials : false
31
31
- name : Cache SonarCloud packages
32
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
32
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
33
33
with :
34
34
path : ~\sonar\cache
35
35
key : ${{ runner.os }}-sonar
36
36
restore-keys : ${{ runner.os }}-sonar
37
37
- name : Cache SonarCloud scanner
38
38
id : cache-sonar-scanner
39
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
39
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
40
40
with :
41
41
path : .\.sonar\scanner
42
42
key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments