Skip to content

Commit 3ff9995

Browse files
chore(deps): update codecov/codecov-action digest to eaaf4be (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa495b2 commit 3ff9995

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@49c20db375a254995f6d63d5dc03aa04e04a42ea
52+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
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 e2e-test
4343

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

0 commit comments

Comments
 (0)