mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Sometimes build scripts succeed without installing dependencies, for example if they are unrelated to Go or if they simply always exit successfully. Therefore, added a check that dependencies at least resolve before skipping dependency installation.