Action failed - Codecov 1.0.2 checksums for SHA1 failed to match
See original GitHub issueHi,
I have a repo that was using codecov-action@v1.4.0
Builds started failing just a short while ago — despite me not having had set fail_ci_if_error: true
The error message was:
Warning: Codecov 1.0.2 checksums for SHA1 failed to match.
Public checksum: 537069158a6f72b145cfe5f782dceb608d9ef594 codecov
af0dd19ee59f977bf5793cffafe116d7c248aa62 env
Uploader checksum: 537069158a6f72b145cfe5f782dceb608d9ef594 codecov
Error: Codecov failure: Bash script checksums do not match published values. Please contact security@codecov.io immediately.
Error: Codecov failed with the following error: Codecov failure: Bash script checksums do not match published values. Please contact security@codecov.io immediately.
Switching my workflow to use codecov-action@v1.4.1
fixed the problem.
No idea yet if this effects my other repos that are using 1.4.0 😕
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Bash script checksums do not match published values. Please ...
I'm using codecov/codecov-action@967e2b38a85a62bd61be5529ada27ebc109948c2 (pinned with 967e2b3 hash for security and consistency), and got the ...
Read more >codecov fails in github actions - Stack Overflow
Refreshing my codecov token and reinstalling the plugin worked for me. Share.
Read more >Bug listing with status UNCONFIRMED as at 2022/12/24 17 ...
... Bug:365463 - "JRuby's Ant fails to call javac" status:UNCONFIRMED resolution: ... Bug:388121 - "Haguichi-1.0.2 ebuild request" status:UNCONFIRMED ...
Read more >LTS Haskell 20.4 (ghc-9.2.5) :: Stackage Server
assert-failure-0.1.2.6, Syntactic sugar improving 'assert' and 'error'. assoc-1.0.2, swap and assoc: Symmetric and Semigroupy Bifunctors.
Read more >Continuous Integration with CircleCI, ESLint, Mocha, Istanbul ...
In this tutorial, I will show you how to set up the combo of linting, testing, test coverage, and CI for a Node.js...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, ok, understood, no worries — filed under “-it happens” 😉
Cheers
Thanks for understanding @jimsmart, let me know if you run into any other troubles