1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Files
docs/content/code-security/code-scanning/troubleshooting-code-scanning/results-differ-between-platforms.md

1.2 KiB

title, intro, allowTitleToDifferFromFilename, versions
title intro allowTitleToDifferFromFilename versions
Results differ between platforms You may see different results depending on whether you run the {% data variables.code-scanning.codeql_workflow %} on Linux, macOS, or Windows. true
fpt ghec
* *

{% data reusables.code-scanning.beta %}

If you are analyzing code written in Python, you may see different results depending on whether you run the {% data variables.code-scanning.codeql_workflow %} on Linux, macOS, or Windows.

On {% data variables.product.company_short %}-hosted runners that use Linux, the {% data variables.code-scanning.codeql_workflow %} tries to install and analyze Python dependencies, which could lead to different results than when you run the {% data variables.code-scanning.codeql_workflow %} on other platforms. To disable the auto-install, add setup-python-dependencies: false to the "Initialize {% data variables.product.prodname_codeql %}" step of the workflow. For more information about configuring the analysis of Python dependencies, see "AUTOTITLE."