We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d26d8 commit 7cdec9aCopy full SHA for 7cdec9a
.github/workflows/gradle-ci.yml
@@ -67,7 +67,7 @@ jobs:
67
path: build/reports/tests/test
68
retention-days: 5
69
- name: Upload coverage to Codecov
70
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
+ uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
71
with:
72
token: ${{ secrets.CODECOV_TOKEN }}
73
file: ./build/reports/jacoco/report.xml
.github/workflows/gradle.yml
@@ -71,7 +71,7 @@ jobs:
run: |
rm -rf ${{ runner.temp }}/.gnupg/
74
75
76
77
0 commit comments