File tree 10 files changed +16
-16
lines changed
10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
# Checkout the repository to the GitHub Actions runner
31
31
- name : Harden the runner (Audit all outbound calls)
32
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
32
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
33
33
with :
34
34
egress-policy : audit
35
35
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Harden the runner (Audit all outbound calls)
46
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
46
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
47
47
with :
48
48
egress-policy : audit
49
49
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Harden the runner (Audit all outbound calls)
17
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
17
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
18
18
with :
19
19
egress-policy : audit
20
20
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ubuntu-latest
105
105
steps :
106
106
- name : Harden the runner (Audit all outbound calls)
107
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
107
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
108
108
with :
109
109
egress-policy : audit
110
110
Original file line number Diff line number Diff line change 18
18
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
Original file line number Diff line number Diff line change 17
17
matrix : ${{ steps.changed-files.outputs.all_changed_files }}
18
18
steps :
19
19
- name : Harden the runner (Audit all outbound calls)
20
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
20
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
21
21
with :
22
22
egress-policy : audit
23
23
44
44
fail-fast : false
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
Original file line number Diff line number Diff line change 19
19
all_changed_files : ${{ steps.changed-files.outputs.all_changed_files }}
20
20
steps :
21
21
- name : Harden the runner (Audit all outbound calls)
22
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
22
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
23
23
with :
24
24
egress-policy : audit
25
25
39
39
needs : [changed-files]
40
40
steps :
41
41
- name : Harden the runner (Audit all outbound calls)
42
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
42
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
43
43
with :
44
44
egress-policy : audit
45
45
55
55
all_changed_files : ${{ steps.changed-files.outputs.all_changed_files }}
56
56
steps :
57
57
- name : Harden the runner (Audit all outbound calls)
58
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
58
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
59
59
with :
60
60
egress-policy : audit
61
61
78
78
needs : [changed-files-rest-api]
79
79
steps :
80
80
- name : Harden the runner (Audit all outbound calls)
81
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
81
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
82
82
with :
83
83
egress-policy : audit
84
84
Original file line number Diff line number Diff line change 39
39
pull-requests : write
40
40
steps :
41
41
- name : Harden the runner (Audit all outbound calls)
42
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
42
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
43
43
with :
44
44
egress-policy : audit
45
45
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Harden the runner (Audit all outbound calls)
17
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
17
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
18
18
with :
19
19
egress-policy : audit
20
20
Original file line number Diff line number Diff line change 13
13
if : ${{ github.event.workflow_run.conclusion == 'success' }}
14
14
steps :
15
15
- name : Harden the runner (Audit all outbound calls)
16
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
16
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
17
17
with :
18
18
egress-policy : audit
19
19
34
34
if : ${{ github.event.workflow_run.conclusion == 'failure' }}
35
35
steps :
36
36
- name : Harden the runner (Audit all outbound calls)
37
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
37
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
38
38
with :
39
39
egress-policy : audit
40
40
You can’t perform that action at this time.
0 commit comments