Release
• 1 minute read

Code scanning support for 3rd party CI/CD

Summary

You can now run CodeQL analysis in any CI/CD setup and upload the results to GitHub code scanning. Previously, the code scanning beta required users to run their CodeQL analysis…

You can now run CodeQL analysis in any CI/CD setup and upload the results to GitHub code scanning.

Previously, the code scanning beta required users to run their CodeQL analysis using GitHub Actions. Now, for organizations who wish to adopt code scanning without using Actions, we have released the new CodeQL runner. The runner makes it easy to run CodeQL analysis from any CI/CD system and upload the results to GitHub for display as code scanning alerts.

Learn more about running code scanning in your CI system

Back to top