Skip to content

Commit 9134bc2

Browse files
chore(deps): update codecov/codecov-action digest to 49c20db
1 parent 6405100 commit 9134bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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@cf8e3e4262e63ac53fdbc0ea1b6dd69cb03c974b
52+
uses: codecov/codecov-action@49c20db375a254995f6d63d5dc03aa04e04a42ea
5353
with:
5454
flags: unittests # optional
5555
name: coverage # optional

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

0 commit comments

Comments
 (0)