Merge pull request #268 from docker/dependabot/github_actions/codecov/codecov-action-6.0.0
Some checks failed
ci / default (push) Failing after -16m2s
ci / main (tonistiigi/binfmt:latest, all) (push) Failing after -16m2s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Failing after -16m2s
ci / main (tonistiigi/binfmt:master, all) (push) Failing after -16m2s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Failing after -16m2s
ci / error (push) Failing after -16m2s
ci / cache-image (false) (push) Failing after -16m2s
ci / cache-image (true) (push) Failing after -16m2s
ci / version (tonistiigi/binfmt:latest) (push) Failing after -16m2s
ci / version (tonistiigi/binfmt:master) (push) Failing after -16m2s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Failing after -16m2s
codeql / analyze (push) Failing after -16m2s
test / test (push) Failing after -16m2s
validate / prepare (push) Failing after -16m2s
validate / validate (push) Has been skipped
zizmor / zizmor (push) Failing after -16m2s

build(deps): bump codecov/codecov-action from 5.5.4 to 6.0.0
This commit is contained in:
CrazyMax 2026-03-31 09:27:41 +02:00 committed by GitHub
commit 6412e4f975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
targets: test targets: test
- -
name: Upload coverage name: Upload coverage
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with: with:
files: ./coverage/clover.xml files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}