Skip to content

Commit

Permalink
chore(ci): pin 3rd-party actions to specific commit hashes (#14165) (#…
Browse files Browse the repository at this point in the history
…14175)

actions-rs/cargo and actions-rs/toolchain

KAG-6149

(cherry picked from commit 6df1cf9)
  • Loading branch information
Water-Melon authored Jan 16, 2025
1 parent 3dd069a commit 7e1d654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-wasm-test-filters/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- name: Install Rust Toolchain
if: steps.restore-cache.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
profile: minimal
toolchain: stable
Expand All @@ -41,7 +41,7 @@ runs:

- name: cargo build
if: steps.restore-cache.outputs.cache-hit != 'true'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: build
# building in release mode yields smaller library sizes, so it's
Expand Down

0 comments on commit 7e1d654

Please sign in to comment.