Skip to content

Commit ad737f9

Browse files
authored
ci: pin ic-wasm to 0.9.10 (#578)
## Summary Pin `ic-wasm` to a specific version (`0.9.10` — the latest published on crates.io) in the `check-canister-wasm-endpoints` job. Without a version pin, the install resolves to the latest release at CI run time, so a future `ic-wasm` release can silently change the meaning of the check on an unrelated PR.
1 parent 35036ef commit ad737f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: 'Install `ic-wasm`'
9696
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
9797
with:
98-
tool: ic-wasm
98+
tool: ic-wasm@0.9.10
9999

100100
- name: 'Check canister endpoints'
101101
run: |

0 commit comments

Comments
 (0)