Skip to content

Commit fa07c08

Browse files
chore(deps): update codecov/codecov-action digest to 5bf2504
1 parent 0de764d commit fa07c08

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@1dd0ce34be62fac4f3b714f860c0b0c520acd35d
52+
uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280
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@1dd0ce34be62fac4f3b714f860c0b0c520acd35d
45+
uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4848
flags: unittests # optional

0 commit comments

Comments
 (0)