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.
1 parent 897f546 commit 04addf3Copy full SHA for 04addf3
.github/workflows/sonar.yml
@@ -24,13 +24,13 @@ jobs:
24
java-version: 17
25
distribution: 'zulu' # Alternative distribution options are available
26
- name: Cache SonarCloud packages
27
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 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