Skip to content

Commit

Permalink
Merge pull request #4178 from Coduz/fix-sonarDetectToolchains
Browse files Browse the repository at this point in the history
🐛 [CI] Fixed Sonar Scan workflow
  • Loading branch information
Coduz authored Jan 22, 2025
2 parents 6d06d18 + 393708f commit fc1a7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarCloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
Expand Down

0 comments on commit fc1a7aa

Please sign in to comment.