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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 13, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/flurb_verify-file-checksum-action@c8590792bbcced5aa6cc0b3f139a9a793f1b0f84 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fileUrl | The URL of the file to check. | yes | — |
| checksum | The expected checksum of the given file. | yes | — |
| algorithm | The algorithm that has been used for calculating the checksum. | yes | MD5 |
Outputs
| name | description |
|---|---|
| verify-result | Does the checksum match with the given file. |