Skip to content

Commit 579f8ab

Browse files
chore(deps): update codecov/codecov-action digest to 4b062cb (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b79bc8 commit 579f8ab

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@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5
52+
uses: codecov/codecov-action@4b062cb89c1fe1fd7da7e013d554a088ea14178a
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
4343

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

0 commit comments

Comments
 (0)