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.
2 parents 5f75fd5 + ce1e11a commit e3dd03bCopy full SHA for e3dd03b
.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