File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ jobs:
21
21
with :
22
22
distribution : ' temurin'
23
23
java-version : 21
24
- - uses : actions/cache@v3
25
- with :
26
- path : ~/.m2/repository
27
- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-dependency-check
28
- restore-keys : |
29
- ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
30
- ${{ runner.os }}-maven-
31
- env :
32
- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
24
+ - name : Cache Maven Repository
25
+ uses : actions/cache@v3
26
+ with :
27
+ path : ~/.m2/repository
28
+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-dependency-check
29
+ restore-keys : |
30
+ ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31
+ ${{ runner.os }}-maven-
32
+ env :
33
+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
33
34
- name : Run org.owasp:dependency-check plugin
34
35
id : dependency-check
35
36
continue-on-error : true
You can’t perform that action at this time.
0 commit comments