We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5481748 commit 13a19aeCopy full SHA for 13a19ae
.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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