We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8bf01 commit 2bc0cf2Copy full SHA for 2bc0cf2
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ./mvnw -B -q -ff -ntp test
39
- name: Publish code coverage
40
if: github.event_name != 'pull_request' && matrix.java_version == '8'
41
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
file: ./target/site/jacoco/jacoco.xml
0 commit comments