-
-
Notifications
You must be signed in to change notification settings - Fork 62
Parse action doesn't validate commit hash #68
Copy link
Copy link
Open
Labels
Good First IssuePriority: LowInconvenient, but not breakingInconvenient, but not breakingStatus: ConfirmedVerified by someone other than the reporterVerified by someone other than the reporter
Description
Activity
Metadata
Metadata
Assignees
Labels
Good First IssuePriority: LowInconvenient, but not breakingInconvenient, but not breakingStatus: ConfirmedVerified by someone other than the reporterVerified by someone other than the reporter
What Happened
An app dev appears to have rewritten a release tag; #66. The parse and build actions happily succeeded even though the listed commit doesn't match the release's commit.
Expected Behavior
The parse action should check the commit of the release and fail if it doesn't match.