Esta versão do GitHub Enterprise foi descontinuada em 2022-10-12. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, segurança aprimorada e novos recursos, atualize para a última versão do GitHub Enterprise. Para obter ajuda com a atualização, entre em contato com o suporte do GitHub Enterprise.
Usar a varredura de código do CodeQL com o seu sistema CI existente
Code scanning is available for organization-owned repositories in GitHub Enterprise Server. This feature requires a license for GitHub Advanced Security. Para obter mais informações, confira "Sobre o GitHub Advanced Security".
- About CodeQL code scanning in your CI system- You can analyze your code with CodeQL in a third-party continuous integration system and upload the results to your GitHub Enterprise Server instance. The resulting code scanning alerts are shown alongside any alerts generated within GitHub Enterprise Server. 
- Installing CodeQL CLI in your CI system- You can install the CodeQL CLI and use it to perform CodeQL code scanning in a third-party continuous integration system. 
- Configuring CodeQL CLI in your CI system- You can configure your continuous integration system to run the CodeQL CLI, perform CodeQL analysis, and upload the results to GitHub Enterprise Server for display as code scanning alerts. 
- Running CodeQL runner in your CI system- You can use the CodeQL runner to perform CodeQL code scanning in a third-party continuous integration system. 
- Configuring CodeQL runner in your CI system- You can configure how the CodeQL runner scans the code in your project and uploads the results to GitHub. 
- Solução de problemas do executor do CodeQL no seu sistema de CI- Se voc� tiver problemas com CodeQL runner, voc� poder� solucionar esses problemas usando essas dicas. 
- Fazendo a migração do executor CodeQL para a CLI do CodeQL- Voc� pode usar o CodeQL CLI para realizar as mesmas tarefas que CodeQL runner.