added project key and org key to sonar.yml

This commit is contained in:
Favee 2025-04-11 09:59:28 +01:00
parent 338f6f784a
commit 11a1526788

View file

@ -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') }}