Commit 7158107 1 parent c032124 commit 7158107 Copy full SHA for 7158107
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Initialize CodeQL tools
14
- uses : github/codeql-action/init@v1
14
+ uses : github/codeql-action/init@v2
15
15
with :
16
16
languages : ' java'
17
17
25
25
cache : gradle
26
26
27
27
- name : Autobuild
28
- uses : github/codeql-action/autobuild@v1
28
+ uses : github/codeql-action/autobuild@v2
29
29
30
30
- name : Perform CodeQL Analysis
31
- uses : github/codeql-action/analyze@v1
31
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout current state of the repo
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
13
13
- name : Setup JDK17
14
- uses : actions/setup-java@v2
14
+ uses : actions/setup-java@v3
15
15
with :
16
16
distribution : " temurin"
17
17
java-version : " 17"
23
23
run : ./gradlew build
24
24
25
25
- name : Upload build artifacts
26
- uses : actions/upload-artifact@v2
26
+ uses : actions/upload-artifact@v3
27
27
with :
28
28
name : kiriSMP_${{ github.sha }}
29
29
path : build/libs/ksmpplugin-*.jar
You can’t perform that action at this time.
0 commit comments