Commit 3221b8f 1 parent b49251e commit 3221b8f Copy full SHA for 3221b8f
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Initialize CodeQL tools
14
- uses : github/codeql-action/init@v2
14
+ uses : github/codeql-action/init@v3
15
15
with :
16
16
languages : ' java'
17
17
18
18
- name : " Setup JDK17"
19
- uses : actions/setup-java@v2
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : " temurin"
22
22
java-version : " 17"
25
25
cache : maven
26
26
27
27
- name : Autobuild
28
- uses : github/codeql-action/autobuild@v2
28
+ uses : github/codeql-action/autobuild@v3
29
29
30
30
- name : Perform CodeQL Analysis
31
- uses : github/codeql-action/analyze@v2
31
+ uses : github/codeql-action/analyze@v3
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@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Setup JDK17
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v4
15
15
with :
16
16
distribution : " temurin"
17
17
java-version : " 17"
23
23
run : mvn verify --file pom.xml
24
24
25
25
- name : Upload build artifacts
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : kiriSMP_${{ github.sha }}
29
29
path : target/ksmpplugin-*.jar
You can’t perform that action at this time.
0 commit comments