Commit d78c14c 1 parent b011559 commit d78c14c Copy full SHA for d78c14c
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
name : Run unit tests and SAST scan on the source code
8
8
steps :
9
- - uses : actions/checkout@v3
10
- - name : Set up JDK 17
11
- uses : actions/setup-java@v3
9
+ - uses : actions/checkout@v4
10
+ - name : Set up JDK 21
11
+ uses : actions/setup-java@v4
12
12
with :
13
- java-version : ' 17 '
14
- distribution : ' adopt '
13
+ java-version : ' 21 '
14
+ distribution : ' julu '
15
15
cache : maven
16
16
- name : Build with Maven cloud
17
17
run : mvn -B verify sonar:sonar -Dsonar.projectKey=javaprojectreachability -Dsonar.organization=javaprojectreachability -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
39
39
with :
40
40
ref : master
41
41
- name : ZAP Scan
42
- uses : zaproxy/action-baseline@v0.6.1
42
+ uses : zaproxy/action-baseline@v0.14.0
43
43
with :
44
- docker_name : ' owasp/zap2docker-stable'
45
44
target : ' http://testphp.vulnweb.com/'
46
45
rules_file_name : ' .zap/rules.tsv'
47
46
cmd_options : ' -a'
You can’t perform that action at this time.
0 commit comments