Skip to content

Commit a4c063b

Browse files
Update actions/cache digest to d4323d4
1 parent fbe66d8 commit a4c063b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
java-version: 17
2323
distribution: 'zulu' # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
25-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
25+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
2626
with:
2727
path: ~/.sonar/cache
2828
key: ${{ runner.os }}-sonar
2929
restore-keys: ${{ runner.os }}-sonar
3030
- name: Cache Gradle packages
31-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
31+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3232
with:
3333
path: ~/.gradle/caches
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)