Skip to content

Commit

Permalink
Fix sonar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Oct 21, 2021
1 parent d0d540f commit 85b0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-sonarcloud.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
sonar-${{ runner.os}}-
- name: Cache SonarCloud packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.sonar/cache
key: sonar-${{ runner.os}}-${{ matrix.buildtype }}-${{ hashFiles('**/src') }}
Expand Down

0 comments on commit 85b0f25

Please sign in to comment.