Skip to content

Commit 6a9e7c9

Browse files
authored
Merge pull request #276 from Uniswap/fix/ci-sha-pin-github-actions
fix: pin all GitHub Actions to commit SHAs
2 parents ee547b1 + 46c4404 commit 6a9e7c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
19-
- uses: actions/checkout@v1
20-
- uses: actions/setup-node@v1
19+
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
20+
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
2121
with:
2222
node-version: ${{ matrix.node }}
2323

2424
- run: npm install -g yarn
2525

2626
- id: yarn-cache
2727
run: echo "::set-output name=dir::$(yarn cache dir)"
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
2929
with:
3030
path: ${{ steps.yarn-cache.outputs.dir }}
3131
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)