File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Check security vulnerabilities
55
55
run : mvn -s .github/maven_settings.xml org.owasp:dependency-check-maven:check
56
-
57
- test :
58
- runs-on : ubuntu-18.04
59
- steps :
60
- - uses : actions/checkout@v2
61
- - name : Set up JDK 11
62
- uses : actions/setup-java@v2
63
- with :
64
- distribution : zulu
65
- java-version : 11
66
- - name : Cache Maven packages
67
- uses : actions/cache@v2
68
- with :
69
- path : ~/.m2
70
- key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
71
- restore-keys : ${{ runner.os }}-m2
72
-
73
- -
uses :
paambaati/[email protected]
74
- env :
75
- CC_TEST_REPORTER_ID : ${{ secrets.CODECLIMATE_TESTREPORTER_ID }}
76
- with :
77
- coverageCommand : mvn -s .github/maven_settings.xml test
78
- coverageLocations : target/site/jacoco/jacoco.xml:jacoco
You can’t perform that action at this time.
0 commit comments