Commit 959119a 1 parent 5713a3e commit 959119a Copy full SHA for 959119a
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
distribution : ' microsoft' # See 'Supported distributions' for available options
50
50
java-version : ' 17'
51
51
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
# # Shallow clones should be disabled for a better relevancy of analysis
55
55
# fetch-depth: 0
56
56
submodules : true
57
57
58
58
# Speed-up analysis by caching the scanner workspace
59
59
- name : SonarScan - Cache SonarCloud workspace
60
- uses : actions/cache@v1
60
+ uses : actions/cache@v4
61
61
with :
62
62
path : ~\.sonar\cache
63
63
key : ${{ runner.os }}-sonar-cache
66
66
# Speed-up analysis by caching the scanner installation
67
67
- name : SonarScan - Cache SonarCloud scanner
68
68
id : cache-sonar-scanner
69
- uses : actions/cache@v1
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : ${{env.SONAR_TOOL_PATH}}
72
72
key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments