From 2e83a4d0796f7a981938a32ce0d7a6fd72ab89b6 Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Thu, 9 Jan 2025 11:37:02 +0200 Subject: [PATCH] Added commit hash for workflow Signed-off-by: Andrei Baltariu --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f19ab7fc..a6ed02f2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,7 +20,7 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.2.0 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@eb65c5cae88d1d540f1603c0cabc428fbe9e0975 with: rust-toolchain: stable coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md