When developer creates a binary from the code and puts to releases section, does it match the code in a restrictive way so there is no chance that malicious code is compiled into it? How Github ensures this? Is there a validation mechanism or compiling pipeline applied by Github?
Thanks

