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 108b69e commit 0ebf125Copy full SHA for 0ebf125
.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@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
+ uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
0 commit comments