Commits related to issue #1443 introduce a codeql.yml file that implements per-language Code QL targeting.
However, it appears there is additional Org-mandated dynamic scanning that is now redundant.
See this comment for an explanation.
Ask an org admin to exempt copilot-sdk from CodeQL-Block since you already have a custom codeql.yml that covers all 7 languages (including rust and actions which the dynamic scanning doesn't even cover). This is the ideal fix — it removes the 5 redundant full-analysis jobs.
Commits related to issue #1443 introduce a
codeql.ymlfile that implements per-language Code QL targeting.However, it appears there is additional Org-mandated dynamic scanning that is now redundant.
See this comment for an explanation.
Ask an org admin to exempt
copilot-sdkfromCodeQL-Blocksince you already have a custom codeql.yml that covers all 7 languages (including rust andactionswhich the dynamic scanning doesn't even cover). This is the ideal fix — it removes the 5 redundant full-analysis jobs.