This commit is contained in:
parent
52e6eb93a8
commit
25e365f524
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.sonar/cache
|
path: ~/.sonar/cache
|
||||||
key: ""${{ runner.os }}-sonar"
|
key: "${{ runner.os }}-sonar"
|
||||||
restore-keys: ""${{ runner.os }}-sonar"
|
restore-keys: ""${{ runner.os }}-sonar"
|
||||||
|
|
||||||
- name: "SonarQube Scan"
|
- name: "SonarQube Scan"
|
||||||
|
|
Loading…
Add table
Reference in a new issue