File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 7
7
version : [8, 11]
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
11
- - uses : actions/setup-java@v1
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-java@v3
12
12
with :
13
13
java-version : ${{ matrix.version }}
14
- - uses : eskatos/gradle-command-action@v1
14
+ distribution : corretto
15
+ - uses : eskatos/gradle-command-action@v2
15
16
with :
16
17
gradle-version : 6.1.1
17
18
arguments : test --info
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
10
10
version : [8, 11]
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v1
14
- - uses : actions/setup-java@v1
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/setup-java@v3
15
15
with :
16
16
java-version : ${{ matrix.version }}
17
- - uses : eskatos/gradle-command-action@v1
17
+ distribution : ' temurin'
18
+ - uses : eskatos/gradle-command-action@v2
18
19
with :
19
20
gradle-version : 6.1.1
20
21
arguments : test --info
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@v1
32
+ uses : github/codeql-action/init@v2
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# If you wish to specify custom queries, you can do so here or in a config file.
40
40
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
41
41
# If this step fails, then you should remove it and run the build manually (see below)
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@v1
43
+ uses : github/codeql-action/autobuild@v2
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@v1
46
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments