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 91c5042 + 869f22a commit 891b7bfCopy full SHA for 891b7bf
.github/workflows/sonarcloud.yml
@@ -20,13 +20,13 @@ jobs:
20
with:
21
java-version: 11
22
- name: Cache SonarCloud packages
23
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.6
24
25
path: ~/.sonar/cache
26
key: ${{ runner.os }}-sonar
27
restore-keys: ${{ runner.os }}-sonar
28
- name: Cache Gradle packages
29
30
31
path: ~/.gradle/caches
32
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments