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