We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408fc96 commit 4fdda94Copy full SHA for 4fdda94
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
29
with:
30
file: ./target/site/jacoco/jacoco.xml
0 commit comments