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 67578bb + de434ea commit ae50cd4Copy full SHA for ae50cd4
.github/workflows/sonarcloud.yml
@@ -21,13 +21,13 @@ jobs:
21
with:
22
java-version: 11
23
- name: Cache SonarCloud packages
24
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
25
26
path: ~/.sonar/cache
27
key: ${{ runner.os }}-sonar
28
restore-keys: ${{ runner.os }}-sonar
29
- name: Cache Gradle packages
30
31
32
path: ~/.gradle/caches
33
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments