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 25d177c commit ddf3845Copy full SHA for ddf3845
.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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 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