fix: settings.xml path in sonarqube.yaml
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 52s
release / Release (push) Successful in 1m45s

This commit is contained in:
Oliver Weyhmüller 2025-01-05 18:49:26 +01:00
parent dad98c7383
commit 19289267a3
Signed by: oliver
GPG key ID: 5286794099F934A3

View file

@ -101,7 +101,7 @@ jobs:
[
"org.sonarsource.scanner.maven"
]
output_file: ~/.m2/settings.xml
output_file: .m2/settings.xml
- name: Cache Java and Maven software
uses: https://github.com/actions/cache@v4