Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/hardhat-2.22.15
Browse files Browse the repository at this point in the history
  • Loading branch information
quiet-node authored Nov 4, 2024
2 parents 6a32196 + 6d4bb12 commit 69c3032
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/foundry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ 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

- name: Use Node.js [18]
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
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/migration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@ 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

- name: Use Node.js [18]
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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/opcode-logger-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69c3032

Please sign in to comment.