fix: settings.xml path in sonarqube.yaml
This commit is contained in:
parent
dad98c7383
commit
19289267a3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ jobs:
|
||||||
[
|
[
|
||||||
"org.sonarsource.scanner.maven"
|
"org.sonarsource.scanner.maven"
|
||||||
]
|
]
|
||||||
output_file: ~/.m2/settings.xml
|
output_file: .m2/settings.xml
|
||||||
|
|
||||||
- name: Cache Java and Maven software
|
- name: Cache Java and Maven software
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue