File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout Sources
21
21
uses : actions/checkout@v4
22
+ - name : Initialize CodeQL
23
+ uses : github/codeql-action/init@v3
24
+ with :
25
+ languages : java
22
26
- name : Setup Java JDK
23
27
uses : actions/setup-java@v4
24
28
with :
27
31
cache : ' maven'
28
32
- name : Build
29
33
run : ./mvnw --batch-mode --update-snapshots verify
34
+ - name : Perform CodeQL Analysis
35
+ uses : github/codeql-action/analyze@v3
30
36
- name : Codecov
31
37
uses : codecov/codecov-action@v4
32
38
with :
37
43
steps :
38
44
- name : Checkout Sources
39
45
uses : actions/checkout@v4
40
- - name : Initialize CodeQL
41
- uses : github/codeql-action/init@v3
42
- with :
43
- languages : java
44
46
- name : Setup Java JDK
45
47
uses : actions/setup-java@v4
46
48
with :
49
51
cache : ' maven'
50
52
- name : Build
51
53
run : ./mvnw --batch-mode --update-snapshots verify
52
- - name : Perform CodeQL Analysis
53
- uses : github/codeql-action/analyze@v3
54
54
build-java-11 :
55
55
runs-on : ubuntu-latest
56
56
name : Java 11
You can’t perform that action at this time.
0 commit comments