Skip to content

Commit bd87503

Browse files
chore(deps): update codecov/codecov-action digest to fee4896
1 parent 074066d commit bd87503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
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@ddd8c1b461b46aee6f6da1fda652cd08c78188db
52+
uses: codecov/codecov-action@fee48966e2ce725aedb2174d5cee5841f4c364b3
5353
with:
5454
flags: unittests # optional
5555
name: coverage # optional

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: mvn --batch-mode --update-snapshots verify -P integration-test
4343

4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@ddd8c1b461b46aee6f6da1fda652cd08c78188db
45+
uses: codecov/codecov-action@fee48966e2ce725aedb2174d5cee5841f4c364b3
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4848
flags: unittests # optional

0 commit comments

Comments
 (0)