1
0
mirror of synced 2025-12-31 06:02:42 -05:00
Files
docs/content/code-security/code-scanning/troubleshooting-code-scanning/results-differ-between-platforms.md
Ben Ahmady a4913b5935 New structure for troubleshooting docs (#37635)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2023-06-26 17:06:27 +00:00

1.1 KiB

title, intro, allowTitleToDifferFromFilename, product, versions
title intro allowTitleToDifferFromFilename product 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 {% data reusables.gated-features.code-scanning %}
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 GitHub-hosted runners that use Linux, the {% data variables.code-scanning.codeql_workflow %} tries to install and analyze Python dependencies, which could lead to more results. 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 "AUTOTITLE."