Skip to content

Commit b7f39db

Browse files
chore(deps): update codecov/codecov-action digest to 671740a (#6206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ebe42e commit b7f39db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: npm test
6161

6262
- name: Report Coverage
63-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
63+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
6464
env:
6565
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6666
with:
@@ -112,7 +112,7 @@ jobs:
112112
- name: Unit tests
113113
run: npm run test:browser
114114
- name: Report Coverage
115-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
115+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
116116
env:
117117
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
118118
with:
@@ -138,7 +138,7 @@ jobs:
138138
- name: Unit tests
139139
run: npm run test:webworker
140140
- name: Report Coverage
141-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
141+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
142142
env:
143143
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
144144
with:

0 commit comments

Comments
 (0)