iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
829 stars 136 forks source link

Enable codeql #476

Closed Alan-Jowett closed 5 months ago

Alan-Jowett commented 5 months ago

This pull request introduces changes to the GitHub Actions workflow configuration in the .github/workflows/main.yml file. The changes involve the addition of four new jobs for CodeQL analysis on different build types and configurations.

The key changes are:

These changes enhance the security of the codebase by using CodeQL to automatically detect common vulnerabilities and coding errors.