Skip to content

Commit 0f34a95

Browse files
chore(deps): update codecov/codecov-action digest to 13d8b07 (#325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71c5fc2 commit 0f34a95

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

0 commit comments

Comments
 (0)