actions-marketplace-validations/Verify File Checksum

This action verifies the checksum of a given (remote) file. If the check passes, the Github Action passes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 13, 2021
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/flurb_verify-file-checksum-action@c8590792bbcced5aa6cc0b3f139a9a793f1b0f84 # no releases — HEAD as of 2026-07-14

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
fileUrlThe URL of the file to check.yes
checksumThe expected checksum of the given file.yes
algorithmThe algorithm that has been used for calculating the checksum.yesMD5
namedescription
verify-resultDoes the checksum match with the given file.