File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v3
19- - uses : actions/setup-java@v2
19+ - uses : actions/setup-java@v3
2020 with :
2121 distribution : ' adopt'
2222 java-version : 17
Original file line number Diff line number Diff line change 2424 - name : Easy detect-secrets
2525 uses :
RobertFischer/[email protected] 2626 - name : Set up JDK
27- uses : actions/setup-java@v2
27+ uses : actions/setup-java@v3
2828 with :
2929 java-version : 17
3030 distribution : ' adopt'
5656 - name : Easy detect-secrets
5757 uses :
RobertFischer/[email protected] 5858 - name : Set up JDK
59- uses : actions/setup-java@v2
59+ uses : actions/setup-java@v3
6060 with :
6161 java-version : 17
6262 distribution : ' adopt'
Original file line number Diff line number Diff line change 2323 # a pull request then we can checkout the head.
2424 fetch-depth : 2
2525
26- - uses : actions/setup-java@v2
26+ - uses : actions/setup-java@v3
2727 with :
2828 distribution : ' adopt'
2929 java-version : 17
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Set up JDK
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v3
2121 with :
2222 java-version : 17
2323 distribution : ' adopt'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : actions/setup-java@v2
15+ - uses : actions/setup-java@v3
1616 with :
1717 distribution : ' adopt'
1818 java-version : 17
2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v3
29- - uses : actions/setup-java@v2
29+ - uses : actions/setup-java@v3
3030 with :
3131 distribution : ' adopt'
3232 java-version : 17
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1919 - name : Set up JDK 11
20- uses : actions/setup-java@v1
20+ uses : actions/setup-java@v3
2121 with :
2222 java-version : 11
2323 - name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments