We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d29c5 commit 6176cacCopy full SHA for 6176cac
.github/workflows/test-merge.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: 18
22
- run: npm ci
23
- run: npm test
24
- - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
+ - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5
25
with:
26
directory: ./coverage/
.github/workflows/test.yml
@@ -32,6 +32,6 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
34
35
36
37
0 commit comments