50
50
with :
51
51
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
52
52
53
- - uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
53
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
54
54
- uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
55
55
with :
56
56
toolchain : ${{ matrix.rust }}
76
76
with :
77
77
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
78
78
79
- - uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
79
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
80
80
with :
81
81
persist-credentials : false
82
82
- uses : taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
95
95
uses : step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a
96
96
with :
97
97
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
98
- - uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
98
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
99
99
- uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
100
100
with :
101
101
toolchain : nightly
@@ -123,7 +123,7 @@ jobs:
123
123
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
124
124
125
125
- name : Checkout repository
126
- uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
126
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
127
127
- name : Install Rust toolchain
128
128
uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
129
129
with :
@@ -147,7 +147,7 @@ jobs:
147
147
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
148
148
149
149
- name : Checkout repository
150
- uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
150
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
151
151
- name : Install Rust toolchain
152
152
uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
153
153
with :
@@ -168,7 +168,7 @@ jobs:
168
168
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
169
169
170
170
- name : Checkout repository
171
- uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
171
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
172
172
- name : Install Rust toolchain
173
173
uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
174
174
with :
@@ -196,7 +196,7 @@ jobs:
196
196
bloat :
197
197
runs-on : ubuntu-latest
198
198
steps :
199
- - uses : actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
199
+ - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
200
200
- name : Install Rust toolchain
201
201
uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
202
202
with :
0 commit comments