Skip to main content

플랫폼 간에 결과가 다릅니다.

Linux, macOS 또는 Windows에서 CodeQL 분석 워크플로을(를) 실행하는지 여부에 따라 결과가 다를 수 있습니다.

If you are analyzing code written in Python, you may see different results depending on whether you run the CodeQL analysis workflow on Linux, macOS, or Windows.

On GitHub-hosted runners that use Linux, the CodeQL analysis workflow tries to install and analyze Python dependencies, which could lead to different results than when you run the CodeQL analysis workflow on other platforms. To disable the auto-install, add setup-python-dependencies: false to the "Initialize CodeQL" step of the workflow. For more information about configuring the analysis of Python dependencies, see "Customizing your advanced setup for code scanning."