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 6f3f1a4 commit ce1e11aCopy full SHA for ce1e11a
.github/workflows/sonarcloud-analysis.yml
@@ -21,13 +21,13 @@ jobs:
21
with:
22
java-version: 1.11
23
- name: Cache SonarCloud packages
24
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.6
25
26
path: ~/.sonar/cache
27
key: ${{ runner.os }}-sonar
28
restore-keys: ${{ runner.os }}-sonar
29
- name: Cache Maven packages
30
31
32
path: ~/.m2
33
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments