mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +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
|
||||
|
||||
- name: Cache OWASP Dependency-Check data
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.m2/repository/org/owasp/dependency-check-data
|
||||
key: ${{ runner.os }}-dependency-check-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
Loading…
Reference in a new issue