File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name : CI
22on : [push, pull_request]
3+
4+ permissions :
5+ contents : read
6+
37jobs :
48 ci :
59 name : CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}
1216
1317 steps :
1418 - name : Checkout repo
15- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1620 - name : Setup Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v4
21+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1822 with :
1923 node-version : ${{ matrix.node-version }}
2024 cache : ' npm'
3135 - name : Test w/ coverage report
3236 run : npm run test:coverage
3337 - name : Upload coverage report to Codecov
34- uses : codecov/codecov-action@v5
38+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
You can’t perform that action at this time.
0 commit comments