From 510b9a3b3091baedc2b6027f3c51fba4c3333e33 Mon Sep 17 00:00:00 2001 From: slawomirbabicz <111378977+slawomirbabicz@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:54:37 +0200 Subject: [PATCH] chore: pin actions to SHA in .github/workflows/presubmit.yaml --- .github/workflows/presubmit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index 0825f08..031d66c 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -8,9 +8,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Build - uses: icepuma/rust-action@1.45.2 + uses: icepuma/rust-action@08b35c64b63cda67c4ebae4a54af54f8225fa14e # 1.45.2 with: args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo build --tests --examples