From 39c9ed78e1dc770336c45407340db101efb8f05b Mon Sep 17 00:00:00 2001 From: Iliya Savov <117984128+isavov@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:46:22 +0300 Subject: [PATCH] chore: migrate foundry-toolchain to the step-security maintained version (#888) chore: migrate foundry-toolchain to the step-security maintained version. Signed-off-by: Iliya Savov --- .github/workflows/foundry_test.yml | 2 +- .github/workflows/migration-testing.yml | 4 ++-- .github/workflows/opcode-logger-testing.yml | 2 +- .github/workflows/test-workflow.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/foundry_test.yml b/.github/workflows/foundry_test.yml index f2175d3b0..5450c3761 100644 --- a/.github/workflows/foundry_test.yml +++ b/.github/workflows/foundry_test.yml @@ -33,7 +33,7 @@ jobs: run: npm ci - name: Install Foundry - uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0 + uses: step-security/foundry-toolchain@c8ec18dbd1287becdc38602c6a02beaccf13c89f # v1.2.0 with: version: nightly diff --git a/.github/workflows/migration-testing.yml b/.github/workflows/migration-testing.yml index d5e8815f6..7b50d9e8c 100644 --- a/.github/workflows/migration-testing.yml +++ b/.github/workflows/migration-testing.yml @@ -43,7 +43,7 @@ jobs: target N:${{ inputs.targetNetworkNodeTag }}, M:${{ inputs.targetMirrorNodeTag }}, R:${{ inputs.targetRelayTag }} runs-on: [self-hosted, Linux, large, ephemeral] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: submodules: recursive @@ -63,7 +63,7 @@ jobs: run: npm install @hashgraph/hedera-local@2.25.2 --save - name: Install Foundry - uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0 + uses: step-security/foundry-toolchain@c8ec18dbd1287becdc38602c6a02beaccf13c89f # v1.2.0 with: version: nightly diff --git a/.github/workflows/opcode-logger-testing.yml b/.github/workflows/opcode-logger-testing.yml index 03288bea2..ba0a31113 100644 --- a/.github/workflows/opcode-logger-testing.yml +++ b/.github/workflows/opcode-logger-testing.yml @@ -33,7 +33,7 @@ jobs: run: npm install @hashgraph/hedera-local@2.27.1 --save - name: Install Foundry - uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0 + uses: step-security/foundry-toolchain@c8ec18dbd1287becdc38602c6a02beaccf13c89f # v1.2.0 with: version: nightly diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index c2015aee8..1e58765a0 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -50,7 +50,7 @@ jobs: # This step is required to avoid "HardhatFoundryError: Couldn't run `forge`" - name: Install Foundry - uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0 + uses: step-security/foundry-toolchain@c8ec18dbd1287becdc38602c6a02beaccf13c89f # v1.2.0 with: version: nightly