Skip to content

Commit 81aae3a

Browse files
authored
ci: pin external GitHub Actions
* ci: pin external GitHub Actions * ci: pin external GitHub Actions * ci: pin external GitHub Actions * ci: pin external GitHub Actions
1 parent 5807b2e commit 81aae3a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
with:
1515
submodules: recursive
1616

1717
- name: Install Foundry
18-
uses: foundry-rs/foundry-toolchain@v1
18+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d
1919
with:
2020
version: stable
2121

.github/workflows/non-via-ir-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
with:
1515
submodules: recursive
1616

1717
- name: Install Foundry
18-
uses: foundry-rs/foundry-toolchain@v1
18+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d
1919
with:
2020
version: stable
2121

.github/workflows/solc-version-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
with:
1515
submodules: recursive
1616

1717
- name: Install Foundry
18-
uses: foundry-rs/foundry-toolchain@v1
18+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d
1919
with:
2020
version: stable
2121

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1414
with:
1515
submodules: recursive
1616

1717
- name: Install Foundry
18-
uses: foundry-rs/foundry-toolchain@v1
18+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d
1919
with:
2020
version: stable
2121

0 commit comments

Comments
 (0)