protocolbuffers / protobuf-javascript

BSD 3-Clause "New" or "Revised" License
375 stars 67 forks source link

Switch codeql from autobuild to custom commands #114

Closed dibenede closed 2 years ago

dibenede commented 2 years ago

We have both a C++ protoc plugin and JS code (everything else). Consequently, we need to actually build the protoc plugin so that we can actually do anything worthwile. This change scripts download a prepared protoc release and running through the necessary protobuf-javascript setup actions.

dibenede commented 2 years ago

Looks like the update checks ran with this and work so far as they dislike how closure does UUIDs.