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 1
1
name : CI
2
2
on : [push, pull_request]
3
+
4
+ permissions :
5
+ contents : read
6
+
3
7
jobs :
4
8
ci :
5
9
name : CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}
12
16
13
17
steps :
14
18
- name : Checkout repo
15
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
20
- name : Setup Node.js ${{ matrix.node-version }}
17
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
18
22
with :
19
23
node-version : ${{ matrix.node-version }}
20
24
cache : ' npm'
31
35
- name : Test w/ coverage report
32
36
run : npm run test:coverage
33
37
- 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