Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows: make codeql a bit quicker
- Use `actions/cache` to be able to use golang cache (uses `**/go.sum` to compute the cache hash). This should speed up compilation for any pull-requests that doesn't update dependencies. - Do not rely on autobuild, but use `make bin/*` to build all binaries (and add a `make binaries` for the future). Signed-off-by: Vincent Demeester <[email protected]>
- Loading branch information