We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eeeda commit ab41b23Copy full SHA for ab41b23
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
jacocoRootReport \
40
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
41
- name: Upload to Codecov.io
42
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
0 commit comments