From 6d4bb129089770f96c3ca48dd043d68295558a2d Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Mon, 4 Nov 2024 23:14:45 +0200 Subject: [PATCH] ci: Update per Q3 audit findings (#1002) Signed-off-by: Mihail Mihov --- .github/workflows/foundry_test.yml | 5 +++-- .github/workflows/migration-testing.yml | 7 ++++--- .github/workflows/opcode-logger-testing.yml | 5 +++-- .github/workflows/test-workflow.yml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/foundry_test.yml b/.github/workflows/foundry_test.yml index 391513df..8b1f8cc5 100644 --- a/.github/workflows/foundry_test.yml +++ b/.github/workflows/foundry_test.yml @@ -21,7 +21,8 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Checkout code + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive @@ -29,7 +30,7 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 18 - cache: npm + #cache: npm Disabling this because it causes the workflow to hang and eventually timeout - name: Create .env file run: cp local.env .env diff --git a/.github/workflows/migration-testing.yml b/.github/workflows/migration-testing.yml index 00d39a63..b47d43be 100644 --- a/.github/workflows/migration-testing.yml +++ b/.github/workflows/migration-testing.yml @@ -47,8 +47,9 @@ jobs: uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: egress-policy: audit - - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + + - name: Checkout code + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: submodules: recursive @@ -56,7 +57,7 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 18 - cache: npm + #cache: npm Disabling this because it causes the workflow to hang and eventually timeout - name: Create .env file run: cp local.env .env diff --git a/.github/workflows/opcode-logger-testing.yml b/.github/workflows/opcode-logger-testing.yml index 491271ce..699369fc 100644 --- a/.github/workflows/opcode-logger-testing.yml +++ b/.github/workflows/opcode-logger-testing.yml @@ -18,7 +18,8 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Checkout code + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive @@ -31,7 +32,7 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 18 - cache: npm + #cache: npm Disabling this because it causes the workflow to hang and eventually timeout - name: Create .env file run: cp local.env .env diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index ed3ed950..53401d86 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -53,7 +53,7 @@ jobs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 18 - cache: npm + #cache: npm Disabling this because it causes the workflow to hang and eventually timeout - name: Create .env file run: cp local.env .env