Commit 875d7ee 1 parent 5b1ed0b commit 875d7ee Copy full SHA for 875d7ee
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,25 @@ jobs:
24
24
# step 1
25
25
- name : " Checkout"
26
26
uses : actions/checkout@v3
27
+ # step 2
28
+ - name : Setup Maven Action
29
+
30
+ with :
31
+ checkout-fetch-depth : 0
32
+ java-version : 8
33
+ java-distribution : temurin
34
+ maven-version : 3.8.7
27
35
28
- # step 2 : Initializes the CodeQL tools for scanning.
36
+ # step 3 : Initializes the CodeQL tools for scanning.
29
37
- name : " Initialize CodeQL"
30
38
uses : github/codeql-action/init@v3
31
39
with :
32
40
languages : ${{ matrix.language }}
33
41
34
42
- run : ./mvnw -T 4C clean install -DskipTests
35
43
36
- # step 3
44
+ # step 4
37
45
- name : " Perform CodeQL Analysis"
38
46
uses : github/codeql-action/analyze@v3
39
47
with :
40
- category : " /language:${{matrix.language}}"
48
+ category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments