Skip to content

Commit cc3927f

Browse files
committed
fix(ci): pin mlugg/setup-zig to commit hash
1 parent 4309358 commit cc3927f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- run: rustup target add x86_64-unknown-linux-musl
6060
- run: pipx install cargo-zigbuild
61-
- uses: mlugg/setup-zig@v2
61+
- uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
6262

6363
# --locked: verify Cargo.lock is up to date (replaces the removed `cargo check --locked`)
6464
- run: cargo clippy --locked --all-targets --all-features -- -D warnings
@@ -108,7 +108,7 @@ jobs:
108108
- run: pipx install cargo-zigbuild
109109
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
110110

111-
- uses: mlugg/setup-zig@v2
111+
- uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
112112
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
113113

114114
# For x86_64-apple-darwin on arm64 runner, install x64 node so fspy preload dylib

0 commit comments

Comments
 (0)