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 1f21281 commit b10d2bdCopy full SHA for b10d2bd
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
jacocoRootReport \
42
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
43
- name: Upload to Codecov.io
44
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
0 commit comments