2424 cache-key : ${{ steps.cache-cargo-make.outputs.cache-primary-key }}
2525 steps :
2626 - name : Harden the runner (Audit all outbound calls)
27- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
27+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2828 with :
2929 egress-policy : audit
3030
3838
3939 - name : Cache cargo-make binary
4040 id : cache-cargo-make
41- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
41+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4242 with :
4343 path : ~/.cargo/bin/cargo-make
4444 key : ${{ runner.os }}-cargo-make-${{ steps.get-version.outputs.cargo_make_version }}
5959 needs : setup-cargo-make
6060 steps :
6161 - name : harden runner
62- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
62+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6363 with :
6464 egress-policy : audit
6565
7070 persist-credentials : false
7171
7272 - name : Restore cached cargo-make
73- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
73+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7474 with :
7575 path : ~/.cargo/bin/cargo-make
7676 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
8484 needs : setup-cargo-make
8585 steps :
8686 - name : harden runner
87- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
87+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
8888 with :
8989 egress-policy : audit
9090
9595 persist-credentials : false
9696
9797 - name : Restore cached cargo-make
98- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
98+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9999 with :
100100 path : ~/.cargo/bin/cargo-make
101101 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -115,7 +115,7 @@ jobs:
115115 needs : setup-cargo-make
116116 steps :
117117 - name : harden runner
118- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
118+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
119119 with :
120120 egress-policy : audit
121121
@@ -126,7 +126,7 @@ jobs:
126126 persist-credentials : false
127127
128128 - name : Restore cached cargo-make
129- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
129+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
130130 with :
131131 path : ~/.cargo/bin/cargo-make
132132 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -147,7 +147,7 @@ jobs:
147147 name : ' Full build linux-${{ matrix.arch }}'
148148 steps :
149149 - name : harden runner
150- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
150+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
151151 with :
152152 egress-policy : audit
153153
@@ -158,7 +158,7 @@ jobs:
158158 persist-credentials : false
159159
160160 - name : Restore cached cargo-make
161- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
161+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
162162 with :
163163 path : ~/.cargo/bin/cargo-make
164164 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -179,7 +179,7 @@ jobs:
179179 name : ' Full test linux-${{ matrix.arch }}'
180180 steps :
181181 - name : harden runner
182- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
182+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
183183 with :
184184 egress-policy : audit
185185
@@ -190,7 +190,7 @@ jobs:
190190 persist-credentials : false
191191
192192 - name : Restore cached cargo-make
193- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
193+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
194194 with :
195195 path : ~/.cargo/bin/cargo-make
196196 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -210,7 +210,7 @@ jobs:
210210 name : ' Full clippy linux-${{ matrix.arch }}'
211211 steps :
212212 - name : harden runner
213- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
213+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
214214 with :
215215 egress-policy : audit
216216
@@ -221,7 +221,7 @@ jobs:
221221 persist-credentials : false
222222
223223 - name : Restore cached cargo-make
224- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
224+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
225225 with :
226226 path : ~/.cargo/bin/cargo-make
227227 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
0 commit comments