We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe66d8 commit a4c063bCopy full SHA for a4c063b
.github/workflows/sonar.yml
@@ -22,13 +22,13 @@ jobs:
22
java-version: 17
23
distribution: 'zulu' # Alternative distribution options are available
24
- name: Cache SonarCloud packages
25
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
26
with:
27
path: ~/.sonar/cache
28
key: ${{ runner.os }}-sonar
29
restore-keys: ${{ runner.os }}-sonar
30
- name: Cache Gradle packages
31
32
33
path: ~/.gradle/caches
34
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments