We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83255d0 commit 128da3aCopy full SHA for 128da3a
.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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
+ - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
25
with:
26
directory: ./coverage/
.github/workflows/test.yml
@@ -33,6 +33,6 @@ jobs:
33
node-version: ${{ matrix.node-version }}
34
35
36
37
38
0 commit comments