Python: Disable standard library extraction on GHES by henrymercer · Pull Request #3794 · github/codeql-action (original) (raw)

This has been the CLI default for some time now that Python analysis contains models of the standard library. However due to the default value of the feature flag we have been manually enabling standard library extraction on GHES.

This PR cleans up that feature and removes the override logic.

Risk assessment

For internal use only. Please select the risk level of this change:

Which use cases does this change impact?

Workflow types:

Products:

Environments:

How did/will you validate this change?

If something goes wrong after this change is released, what are the mitigation and rollback strategies?

How will you know if something goes wrong after this change is released?

If there's a subtle bug here, we'd realistically probably only catch it in the release QA process.

Are there any special considerations for merging or releasing this change?

Merge / deployment checklist