We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c26e61 commit 2a0c01fCopy full SHA for 2a0c01f
1 file changed
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
run: ./mvnw -B -q -ff -ntp test
63
- name: Publish code coverage
64
if: ${{ github.event_name != 'pull_request' && matrix.snapshot && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
65
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
68
files: ./target/site/jacoco/jacoco.xml
0 commit comments