File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 7272 outputs :
7373 matrix : ${{ steps.setup.outputs.matrix }}
7474 steps :
75+ - uses : step-security/harden-runner@v2
7576 - id : setup
7677 shell : python
7778 name : ' setup build matrix'
@@ -107,6 +108,10 @@ jobs:
107108
108109 steps :
109110
111+ - uses : step-security/harden-runner@v2
112+ with :
113+ egress-policy : audit
114+
110115 - id : checkout
111116 uses : actions/checkout@v4
112117
Original file line number Diff line number Diff line change 7777
7878 steps :
7979
80+ - uses : step-security/harden-runner@v2
81+ with :
82+ egress-policy : audit
83+
8084 - name : Download wheel artifacts
8185 uses : actions/download-artifact@v4
8286 with :
@@ -113,6 +117,10 @@ jobs:
113117
114118 steps :
115119
120+ - uses : step-security/harden-runner@v2
121+ with :
122+ egress-policy : audit
123+
116124 - name : Download wheel artifacts
117125 uses : actions/download-artifact@v4
118126 with :
@@ -143,6 +151,10 @@ jobs:
143151
144152 steps :
145153
154+ - uses : step-security/harden-runner@v2
155+ with :
156+ egress-policy : audit
157+
146158 - name : Download wheel artifacts
147159 uses : actions/download-artifact@v4
148160 with :
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ jobs:
103103 - openmpi-50
104104 - openmpi-41
105105 steps :
106+ - uses : step-security/harden-runner@v2
107+ with :
108+ egress-policy : audit
106109 - uses : actions/download-artifact@v4
107110 with :
108111 path : wheelhouse
You can’t perform that action at this time.
0 commit comments