File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 targets : ${{ matrix.platform }}
4949
5050 - name : Setup Zig
51- uses : mlugg /setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1
51+ uses : step-security /setup-zig@1e9fbd457bcc3587b58845344a267f12f151709c # v2.2.2
5252 with :
5353 version : " 0.13.0"
5454
Original file line number Diff line number Diff line change @@ -15,11 +15,16 @@ jobs:
1515 name : Miri
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
19- - uses : dtolnay/rust-toolchain@nightly
18+ - name : Harden the runner (Audit all outbound calls)
19+ uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
20+ with :
21+ egress-policy : audit
22+
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
24+ - uses : dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2 # nightly
2025 with :
2126 components : miri
22- - uses : Swatinem/rust-cache@v2
27+ - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
2328 - name : cargo miri setup
2429 run : cargo miri setup
2530 - name : cargo miri test
You can’t perform that action at this time.
0 commit comments