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 77 version : [8, 11]
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v1
11- - uses : actions/setup-java@v1
10+ - uses : actions/checkout@v3
11+ - uses : actions/setup-java@v3
1212 with :
1313 java-version : ${{ matrix.version }}
14- - uses : eskatos/gradle-command-action@v1
14+ distribution : corretto
15+ - uses : eskatos/gradle-command-action@v2
1516 with :
1617 gradle-version : 6.1.1
1718 arguments : test --info
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
1010 version : [8, 11]
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v1
14- - uses : actions/setup-java@v1
13+ - uses : actions/checkout@v3
14+ - uses : actions/setup-java@v3
1515 with :
1616 java-version : ${{ matrix.version }}
17- - uses : eskatos/gradle-command-action@v1
17+ distribution : ' temurin'
18+ - uses : eskatos/gradle-command-action@v2
1819 with :
1920 gradle-version : 6.1.1
2021 arguments : test --info
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v1
32+ uses : github/codeql-action/init@v2
3333 with :
3434 languages : ${{ matrix.language }}
3535 # If you wish to specify custom queries, you can do so here or in a config file.
4040 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4141 # If this step fails, then you should remove it and run the build manually (see below)
4242 - name : Autobuild
43- uses : github/codeql-action/autobuild@v1
43+ uses : github/codeql-action/autobuild@v2
4444
4545 - 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