Commit 2b23605 1 parent 959119a commit 2b23605 Copy full SHA for 2b23605
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ jobs:
46
46
steps :
47
47
# Set up Java which is needed for SonarScan post processing step
48
48
- name : Setup Java JDK
49
- uses : actions/setup-java@v3.4.0
49
+ uses : actions/setup-java@v4.2.1
50
50
with :
51
51
distribution : ' microsoft' # See 'Supported distributions' for available options
52
- java-version : ' 11 '
52
+ java-version : ' 17 '
53
53
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v4
55
55
with :
56
56
# Shallow clones should be disabled for a better relevancy of analysis
57
57
fetch-depth : 0
58
58
submodules : true
59
59
60
60
# Speed-up analysis by caching the scanner workspace
61
61
- name : SonarScan - Cache SonarCloud workspace
62
- uses : actions/cache@v1
62
+ uses : actions/cache@v4
63
63
with :
64
64
path : ~\.sonar\cache
65
65
key : ${{ runner.os }}-sonar-cache
68
68
# Speed-up analysis by caching the scanner installation
69
69
- name : SonarScan - Cache SonarCloud scanner
70
70
id : cache-sonar-scanner
71
- uses : actions/cache@v1
71
+ uses : actions/cache@v4
72
72
with :
73
73
path : ${{env.SONAR_TOOL_PATH}}
74
74
key : ${{ runner.os }}-sonar-scanner
You can’t perform that action at this time.
0 commit comments