We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10935d commit b134fb7Copy full SHA for b134fb7
maven-code-review/action.yml
@@ -66,14 +66,14 @@ runs:
66
maven-version: 3.8.2
67
68
- name: Cache Maven packages
69
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
70
with:
71
path: ~/.m2
72
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
73
restore-keys: ${{ runner.os }}-m2
74
75
- name: Cache SonarCloud packages
76
77
78
path: ~/.sonar-project.properties/cache
79
key: ${{ runner.os }}-sonar-project.properties
0 commit comments