We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc061f commit 95d811bCopy full SHA for 95d811b
.github/workflows/CI.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Build
23
run: mvn -Pjacoco clean verify --batch-mode --show-version
24
- name: Upload coverage to Codecov
25
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
26
with:
27
file: ./target/site/jacoco/jacoco.xml
0 commit comments