We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b635b commit 52fc813Copy full SHA for 52fc813
.github/workflows/sonar.yml
@@ -24,13 +24,13 @@ jobs:
24
java-version: 17
25
cache: 'maven'
26
- name: Cache SonarCloud packages
27
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.7
28
with:
29
path: ~/.sonar/cache
30
key: ${{ runner.os }}-sonar
31
restore-keys: ${{ runner.os }}-sonar
32
- name: Cache Maven packages
33
34
35
path: ~/.m2
36
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments