We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48fac0 commit 23494e8Copy full SHA for 23494e8
1 file changed
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
run: ./mvnw -B -q -ff -ntp test
56
- name: Publish code coverage
57
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
58
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
files: ./target/site/jacoco/jacoco.xml
0 commit comments