File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
fail-fast : false
19
19
steps :
20
20
- name : Harden the runner (Audit all outbound calls)
21
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
21
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
22
22
with :
23
23
egress-policy : audit
24
24
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Set up JDK
27
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
27
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
28
28
with :
29
29
java-version : 17
30
30
distribution : temurin
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
PRERELEASE : " ${{ github.event.inputs.prerelease }}"
22
22
steps :
23
23
- name : Harden the runner (Audit all outbound calls)
24
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
24
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
25
25
with :
26
26
egress-policy : audit
27
27
28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Set up JDK
32
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
32
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
33
33
with :
34
34
java-version : 17
35
35
distribution : temurin
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
fail-fast : false
21
21
steps :
22
22
- name : Harden the runner (Audit all outbound calls)
23
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
23
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
24
24
with :
25
25
egress-policy : audit
26
26
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
- name : Set up JDK
29
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
29
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
30
30
with :
31
31
java-version : 17
32
32
distribution : temurin
@@ -44,15 +44,15 @@ jobs:
44
44
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
45
45
steps :
46
46
- name : Harden the runner (Audit all outbound calls)
47
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
47
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
48
48
with :
49
49
egress-policy : audit
50
50
51
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
with :
53
53
fetch-depth : 0
54
54
- name : Set up JDK
55
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
55
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
56
56
with :
57
57
java-version : 17
58
58
distribution : temurin
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Harden the runner (Audit all outbound calls)
14
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
14
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
15
15
with :
16
16
egress-policy : audit
17
17
You can’t perform that action at this time.
0 commit comments