File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ on: [push]
44
55jobs :
66 test-and-build :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-latest-large
88
99 strategy :
1010 matrix :
1111 node-version : [20.10.0]
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1515
1616 - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v2
17+ uses : actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020
2121 - name : Install Dependencies
2222 run : yarn install --frozen-lockfile
2323
2424 - name : Run Snyk to check for vulnerabilities
25- uses : snyk/actions/node@master
25+ uses : snyk/actions/node@8e119fbb6c251787721d34ba683ed48eba792766 # master
2626 env :
2727 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
2828 with :
3535 run : yarn test --coverage
3636
3737 - name : Upload coverage reports to Codecov
38- uses : codecov/codecov-action@v5
38+ uses : codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5
3939 with :
4040 token : ${{ secrets.CODECOV_TOKEN }}
4141 slug : segmentio/fql-ts
You can’t perform that action at this time.
0 commit comments