Skip to content

Commit 6c406f0

Browse files
Update actions/cache digest to 0057852
1 parent 6cff1c7 commit 6c406f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
with:
3030
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3131
- name: Cache SonarCloud packages
32-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
32+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3333
with:
3434
path: ~\sonar\cache
3535
key: ${{ runner.os }}-sonar
3636
restore-keys: ${{ runner.os }}-sonar
3737
- name: Cache SonarCloud scanner
3838
id: cache-sonar-scanner
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4040
with:
4141
path: .\.sonar\scanner
4242
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)