Skip to content

Commit af55f21

Browse files
chore(deps): update codecov/codecov-action digest to c9e4b73 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29efc6c commit af55f21

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@c9e0f0b3cf5f112462339d69850c01735114b9ed
52+
uses: codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
39+
uses: codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4242
flags: unittests # optional

0 commit comments

Comments
 (0)