We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167b621 commit f7ed1f6Copy full SHA for f7ed1f6
.github/workflows/dependency-check.yml
@@ -21,14 +21,14 @@ jobs:
21
with:
22
distribution: 'temurin'
23
java-version: 21
24
- - name: Cache Maven Repository
+ cache: 'maven'
25
+ - name: Cache NVD DB
26
uses: actions/cache@v3
27
- path: ~/.m2/repository
28
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-dependency-check
+ path: ~/.m2/repository/org/owasp/dependency-check-data/
29
+ key: dependency-check-${{ github.run_id }}
30
restore-keys: |
- setup-java-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31
- setup-java-${{ runner.os }}-maven-
+ dependency-check
32
env:
33
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
34
- name: Run org.owasp:dependency-check plugin
0 commit comments