14
14
- image=ubuntu24-stepsecurity-x64
15
15
steps :
16
16
- name : Harden Runner
17
- uses : step-security/harden-runner@rc
17
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # rc
18
18
with :
19
19
egress-policy : audit
20
20
allowed-endpoints : >
23
23
24
24
25
25
- name : Checkout code
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
27
27
28
28
- name : Run outbound calls from host
29
29
run : |
43
43
- image=ubuntu24-stepsecurity-x64
44
44
steps :
45
45
- name : Harden Runner
46
- uses : step-security/harden-runner@rc
46
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # rc
47
47
with :
48
48
egress-policy : block
49
49
allowed-endpoints : >
56
56
security.ubuntu.com:80
57
57
58
58
- name : Checkout code
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
60
60
61
61
- name : Run outbound calls from within Docker container
62
62
continue-on-error : true
89
89
- image=ubuntu24-stepsecurity-x64
90
90
steps :
91
91
- name : Harden Runner
92
- uses : step-security/harden-runner@rc
92
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # rc
93
93
with :
94
94
egress-policy : audit
95
95
allowed-endpoints : >
@@ -103,7 +103,7 @@ jobs:
103
103
security.ubuntu.com:80
104
104
105
105
- name : Checkout code
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
107
107
108
108
- name : Build Docker image and test outbound calls during build
109
109
continue-on-error : true
@@ -137,7 +137,7 @@ jobs:
137
137
- image=ubuntu24-stepsecurity-x64
138
138
steps :
139
139
- name : Harden Runner
140
- uses : step-security/harden-runner@rc
140
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # rc
141
141
with :
142
142
egress-policy : block
143
143
allowed-endpoints : >
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
154
154
- name : Checkout code
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
156
156
157
157
- name : Run long-running Docker container with outbound calls
158
158
continue-on-error : true
0 commit comments