mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:29:37 +00:00
added project key and org key to sonar.yml
This commit is contained in:
parent
338f6f784a
commit
11a1526788
1 changed files with 1 additions and 1 deletions
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
cache: maven
|
cache: maven
|
||||||
|
|
||||||
- name: Cache OWASP Dependency-Check data
|
- name: Cache OWASP Dependency-Check data
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository/org/owasp/dependency-check-data
|
path: ~/.m2/repository/org/owasp/dependency-check-data
|
||||||
key: ${{ runner.os }}-dependency-check-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-dependency-check-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|
Loading…
Reference in a new issue