Skip to content

Commit 04addf3

Browse files
Update actions/cache digest to 0c45773
1 parent 897f546 commit 04addf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
java-version: 17
2525
distribution: 'zulu' # Alternative distribution options are available
2626
- name: Cache SonarCloud packages
27-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
27+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
2828
with:
2929
path: ~/.sonar/cache
3030
key: ${{ runner.os }}-sonar
3131
restore-keys: ${{ runner.os }}-sonar
3232
- name: Cache Gradle packages
33-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
33+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
3434
with:
3535
path: ~/.gradle/caches
3636
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)