Skip to content

Commit 5fb7c1f

Browse files
chore(deps): update codecov/codecov-action digest to e0fbd59 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64ec731 commit 5fb7c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: mvn --batch-mode --update-snapshots verify
5050

5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
52+
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
5353
with:
5454
flags: unittests # optional
5555
name: coverage # optional

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: mvn --batch-mode --update-snapshots verify # -P integration-test - add this back once we have a compatible flagd
4343

4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
45+
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
4646
with:
4747
flags: unittests # optional
4848
name: coverage # optional

0 commit comments

Comments
 (0)