File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Harden Runner
11
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
11
+ uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
12
12
with :
13
13
egress-policy : audit
14
14
15
15
- name : Checkout code
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : Set up JDK 21
19
- uses : actions/setup-java@d62f12622c1c8c47f24e7d3b71611062a1e56a13 # v3.13.0
19
+ uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
20
20
with :
21
21
distribution : ' temurin'
22
22
java-version : ' 21'
23
23
24
24
- name : Cache Gradle packages
25
- uses : actions/cache@b6e12325fcdfbd3b3d3e192ae02d9bcd3c9b37c5 # v2.1.8
25
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
26
26
with :
27
27
path : |
28
28
~/.gradle/caches
You can’t perform that action at this time.
0 commit comments