File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
java-version : 22
51
51
52
52
- name : Cache Local Maven Repo
53
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54
54
with :
55
55
path : ~/.m2/repository
56
56
key : tests-maven-${{ hashFiles('pom.xml') }}
@@ -116,7 +116,7 @@ jobs:
116
116
java-version : 22
117
117
118
118
- name : Cache Local Maven Repo
119
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
119
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120
120
with :
121
121
path : ~/.m2/repository
122
122
key : security-scan-maven-${{ hashFiles('pom.xml') }}
@@ -258,7 +258,7 @@ jobs:
258
258
java-version : 22
259
259
260
260
- name : Cache Local Maven Repo
261
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
261
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
262
262
with :
263
263
path : ~/.m2/repository
264
264
key : release-maven-${{ hashFiles('pom.xml') }}
You can’t perform that action at this time.
0 commit comments