Skip to content

Commit 2073269

Browse files
authored
ci: fix actions/cache in sonarcloud (eclipse-tractusx#183)
change commit sha
1 parent 395253b commit 2073269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
with:
4949
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5050
- name: Cache SonarCloud packages
51-
uses: actions/cache@c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
51+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
5252
with:
5353
path: ~/sonar/cache
5454
key: ${{ runner.os }}-sonar
5555
restore-keys: ${{ runner.os }}-sonar
5656
- name: Cache SonarCloud scanner
5757
id: cache-sonar-scanner
58-
uses: actions/cache@c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
58+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
5959
with:
6060
path: ./.sonar/scanner
6161
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)