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 bb77426 commit 949239aCopy full SHA for 949239a
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
jacocoRootReport \
41
--no-configuration-cache # Disable configuration cache due to https://github.com/diffplug/spotless/issues/2318
42
- name: Upload to Codecov.io
43
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
+ uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
0 commit comments