We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63633b + 413a185 commit 37649efCopy full SHA for 37649ef
1 file changed
.github/workflows/sonarqube.yml
@@ -23,13 +23,13 @@ jobs:
23
java-version: 21
24
distribution: 'zulu'
25
- name: Cache SonarQube packages
26
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
27
with:
28
path: ~/.sonar/cache
29
key: ${{ runner.os }}-sonar
30
restore-keys: ${{ runner.os }}-sonar
31
- name: Cache Maven packages
32
33
34
path: ~/.m2
35
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments