34
34
continue-on-error : ${{ matrix.rust == 'beta' }}
35
35
steps :
36
36
- name : Harden the runner (Audit all outbound calls)
37
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
37
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
38
38
with :
39
39
egress-policy : audit
40
40
72
72
runs-on : ${{ matrix.os }}
73
73
steps :
74
74
- name : Harden the runner (Audit all outbound calls)
75
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
75
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
76
76
with :
77
77
egress-policy : audit
78
78
@@ -103,7 +103,7 @@ jobs:
103
103
continue-on-error : true
104
104
steps :
105
105
- name : Harden the runner (Audit all outbound calls)
106
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
106
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
107
107
with :
108
108
egress-policy : audit
109
109
@@ -123,7 +123,7 @@ jobs:
123
123
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
124
124
steps :
125
125
- name : Harden the runner (Audit all outbound calls)
126
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
126
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
127
127
with :
128
128
egress-policy : audit
129
129
@@ -136,7 +136,7 @@ jobs:
136
136
runs-on : ubuntu-latest
137
137
steps :
138
138
- name : Harden the runner (Audit all outbound calls)
139
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
139
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
140
140
with :
141
141
egress-policy : audit
142
142
@@ -157,7 +157,7 @@ jobs:
157
157
runs-on : ubuntu-latest
158
158
steps :
159
159
- name : Harden the runner (Audit all outbound calls)
160
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
160
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
161
161
with :
162
162
egress-policy : audit
163
163
@@ -189,7 +189,7 @@ jobs:
189
189
runs-on : ubuntu-latest
190
190
steps :
191
191
- name : Harden the runner (Audit all outbound calls)
192
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
192
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
193
193
with :
194
194
egress-policy : audit
195
195
@@ -209,7 +209,7 @@ jobs:
209
209
runs-on : ubuntu-latest
210
210
steps :
211
211
- name : Harden the runner (Audit all outbound calls)
212
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
212
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
213
213
with :
214
214
egress-policy : audit
215
215
0 commit comments