From 4b484cea2f35c1df4405ec8aa1076f21fd8b7859 Mon Sep 17 00:00:00 2001 From: Satya Kwok <119509589+satyakwok@users.noreply.github.com> Date: Tue, 12 May 2026 05:21:48 +0200 Subject: [PATCH] ci: correct invalid pinned action SHAs Earlier SHA-pinning commit referenced SHAs that don't exist in the upstream action repos (typos in the lookup map). This re-resolves each `uses: X@` against the GitHub commits API and replaces with the verified SHA. Tag comments retained for dependabot tracking. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2313314..610a05b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: components: clippy, rustfmt targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@e18b497796c1bb0f4b27f48d8eaf4196af0fc6fc # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install protoc run: sudo apt-get update && sudo apt-get install -y protobuf-compiler - name: rustfmt