3434 continue-on-error : ${{ matrix.rust == 'beta' }}
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
37+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3838 with :
3939 egress-policy : audit
4040
7272 runs-on : ${{ matrix.os }}
7373 steps :
7474 - name : Harden the runner (Audit all outbound calls)
75- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
75+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
7676 with :
7777 egress-policy : audit
7878
@@ -103,7 +103,7 @@ jobs:
103103 continue-on-error : true
104104 steps :
105105 - name : Harden the runner (Audit all outbound calls)
106- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
106+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
107107 with :
108108 egress-policy : audit
109109
@@ -123,7 +123,7 @@ jobs:
123123 continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
124124 steps :
125125 - name : Harden the runner (Audit all outbound calls)
126- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
126+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
127127 with :
128128 egress-policy : audit
129129
@@ -136,7 +136,7 @@ jobs:
136136 runs-on : ubuntu-latest
137137 steps :
138138 - name : Harden the runner (Audit all outbound calls)
139- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
139+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
140140 with :
141141 egress-policy : audit
142142
@@ -157,7 +157,7 @@ jobs:
157157 runs-on : ubuntu-latest
158158 steps :
159159 - name : Harden the runner (Audit all outbound calls)
160- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
160+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
161161 with :
162162 egress-policy : audit
163163
@@ -189,7 +189,7 @@ jobs:
189189 runs-on : ubuntu-latest
190190 steps :
191191 - name : Harden the runner (Audit all outbound calls)
192- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
192+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
193193 with :
194194 egress-policy : audit
195195
@@ -209,7 +209,7 @@ jobs:
209209 runs-on : ubuntu-latest
210210 steps :
211211 - name : Harden the runner (Audit all outbound calls)
212- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
212+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
213213 with :
214214 egress-policy : audit
215215
0 commit comments