Skip to content

Commit 7cdec9a

Browse files
Update codecov/codecov-action action to v5.0.4 {patch} (#541)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2d26d8 commit 7cdec9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: build/reports/tests/test
6868
retention-days: 5
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
70+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
file: ./build/reports/jacoco/report.xml

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
rm -rf ${{ runner.temp }}/.gnupg/
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
74+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
file: ./build/reports/jacoco/report.xml

0 commit comments

Comments
 (0)