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 a6537d2 + 4d181bb commit b02a692Copy full SHA for b02a692
.github/workflows/sonar.yml
@@ -24,13 +24,13 @@ jobs:
24
java-version: 21
25
distribution: 'zulu' # Alternative distribution options are available
26
- name: Cache SonarCloud packages
27
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
28
with:
29
path: ~/.sonar/cache
30
key: ${{ runner.os }}-sonar
31
restore-keys: ${{ runner.os }}-sonar
32
- name: Cache Gradle packages
33
34
35
path: ~/.gradle/caches
36
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments