Generate CodeQL tables for all supported languages except python#1519
Merged
kotlarmilos merged 8 commits intodotnet:mainfrom Dec 3, 2025
Merged
Generate CodeQL tables for all supported languages except python#1519kotlarmilos merged 8 commits intodotnet:mainfrom
kotlarmilos merged 8 commits intodotnet:mainfrom
Conversation
vitek-karas
reviewed
Dec 2, 2025
Member
Author
|
CodeQL runs for all detected languages in the repository. We have a single python script from arcade: which results in: I tried to exclude the file directly, but the run was still failing. As a workaround, I excluded python entirely since it is not a primary language for this repository. With python excluded, the run now produces correct databases for all selected languages.
We can investigate how other repositories handled this issue. Tracking issue: #1520 |
vitek-karas
approved these changes
Dec 3, 2025
matouskozak
pushed a commit
to matouskozak/xharness
that referenced
this pull request
Mar 11, 2026
…net#1519) * Add CodeQL language variable for C# and Python * Update CodeQL language variable to include actions and powershell * Enable CodeQL analysis on non-default branches * Add CodeQL exclude path * Add CodeQL cadence * Exclude python langauge * Revert changes * Fix indentation
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 PR enables generating CodeQL tables for all supported languages except python.