We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d8566 commit 52b7e8dCopy full SHA for 52b7e8d
.github/workflows/CI.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Build
26
run: mvn -Pjacoco clean verify --batch-mode --show-version
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
29
with:
30
file: ./target/site/jacoco/jacoco.xml
0 commit comments