Skip to main content

Two CodeQL workflows

If you see two workflows named "CodeQL", one workflow may be a pre-existing CodeQL workflow file which has been disabled by default setup.

Default setup overrides existing CodeQL setups by disabling any existing CodeQL workflows, and blocking any CodeQL analysis API uploads. This behavior stops you using GitHub Actions minutes to run workflows for CodeQL advanced setup when only the results from default setup will be used. For more information about switching between advanced and default setups, see Results are different than expected.

Optionally, if you are certain you no longer need the pre-existing workflow file, you can delete the file from your repository. For more information, see 리포지토리에서 파일 삭제.

경우에 따라 리포지토리에서 여러 code scanning 구성을 사용할 수 있습니다. 이러한 구성은 중복 경고를 생성할 수 있습니다. 또한 더 이상 실행되지 않는 부실 구성은 오래된 경고 상태로 표시되고 부실 경고는 무기한으로 열려 있을 것입니다. 오래된 경고를 방지하려면 분기에서 부실 code scanning 구성을 제거해야 합니다. 여러 구성 및 부실 구성 삭제에 대한 자세한 내용은 코드 검사 경고 정보코드 검사 경고 해결을(를) 참조하세요.