From 2d78e57c176fedbacdddc8bd999a360d312a411e Mon Sep 17 00:00:00 2001 From: slawomirbabicz <111378977+slawomirbabicz@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:33:00 +0200 Subject: [PATCH] chore: pin actions to SHA in .github/workflows/threshold.yaml --- .github/workflows/threshold.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/threshold.yaml b/.github/workflows/threshold.yaml index 7930d8b..b84756d 100644 --- a/.github/workflows/threshold.yaml +++ b/.github/workflows/threshold.yaml @@ -17,7 +17,7 @@ jobs: threshold-darwin: runs-on: macos-12 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Provision Darwin run: bash .github/workflows/provision-darwin.sh - name: Motoko Threshold Darwin @@ -27,7 +27,7 @@ jobs: threshold-linux: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Provision Linux run: bash .github/workflows/provision-linux.sh - name: Motoko Threshold Linux