Skip to content

Commit 167b621

Browse files
fix restore-keys to restore from setup-java cache
1 parent 06cb66a commit 167b621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-dependency-check
2929
restore-keys: |
30-
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31-
${{ runner.os }}-maven-
30+
setup-java-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
31+
setup-java-${{ runner.os }}-maven-
3232
env:
3333
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
3434
- name: Run org.owasp:dependency-check plugin

0 commit comments

Comments
 (0)