About this error
Upload with CodeQL results rejected due to "default setup"
This error is reported if a process attempts to upload a SARIF file containing results of CodeQL analysis to a repository where CodeQL default setup is enabled. This includes uploads using the REST API and the CodeQL CLI. SARIF uploads are blocked when CodeQL default setup is enabled to reduce the potential for users to be confused by seeing similar code scanning alerts generated by different systems.
You will only see this error for SARIF files that contain results created using CodeQL.
Confirming the cause of the error
-
Em GitHub, acesse a página principal do repositório.
-
No nome do repositório, clique em Settings. Caso não consiga ver a guia "Configurações", selecione o menu suspenso , clique em Configurações.

-
Na seção "Security" da barra lateral, clique em Advanced Security.
-
In the "Code Security" section of the page, next to "CodeQL analysis," click .
-
If there is a Switch to advanced option, default setup is enabled for the repository.
Fixing the problem
Before you can fix the problem, you need to decide whether code scanning alerts from CodeQL analysis in this repository should be generated using default setup or uploaded from SARIF files.
Continuing to generate alerts using default setup
- Leave the repository settings as they are, with default setup enabled.
- Disable the process or processes that tried to upload SARIF files to the repository.
Disabling default setup to unblock SARIF upload
- In the "Code scanning" section of the page, next to "CodeQL analysis," from the menu select Disable CodeQL.
- Execute novamente o processo para carregar o arquivo SARIF. Agora ele deverá ter êxito se o arquivo SARIF atender aos requisitos de code scanning. Para obter informações sobre validação e o formato compatível com code scanning, confira Suporte SARIF para a varredura de código.