Enable ADO Python CodeQL upload - #1842
Closed
kotlarmilos wants to merge 2 commits into
Closed
Conversation
Add a dedicated Python CodeQL job to the internal ADO pipeline and a GitHub CodeQL workflow so both `ado:dnceng/internal/dotnet-emsdk` and `github:dotnet/emsdk` can upload snapshots from the same repo changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 902938fa-98ed-43e3-8b25-ee8943b59fc1
GitHub already has a default-branch Python CodeQL database at `9e3efbc1d3b5580f9efdf5ba2dd935ea6ecec117` from 2026-08-07, so this removes the extra workflow and keeps the internal ADO upload job as the remaining remediation path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 902938fa-98ed-43e3-8b25-ee8943b59fc1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This removes the redundant GitHub workflow because
github:dotnet/emsdk|pythonalready has a default-branch CodeQL database from 2026-08-07 at9e3efbc1d3b5580f9efdf5ba2dd935ea6ecec117. It keeps the dedicatedCodeQL_Pythonjob ineng/azure-pipelines.ymlsoado:dnceng/internal/dotnet-emsdkstill has an explicit Python upload path, which is the only attribution that still lacks fresh ADO-side evidence.