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 06cb66a commit 167b621Copy full SHA for 167b621
.github/workflows/dependency-check.yml
@@ -27,8 +27,8 @@ jobs:
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-
+ setup-java-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+ setup-java-${{ runner.os }}-maven-
32
env:
33
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
34
- name: Run org.owasp:dependency-check plugin
0 commit comments