microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

.sync/workflows/leaf/codeql.yml: Update CodeQL plugin from .pytool to BaseTools #299

Closed makubacki closed 8 months ago

makubacki commented 8 months ago

The CodeQL plugin moved from .pytool to BaseTools in the Mu Basecore 202311 update. This change first looks for the plugin in BaseTools and falls back to the prior .pytool location if it is not found for backward compatibility with some earlier release branches that have not picked up the change.

Eventually, the .pytool fallback can be removed.


Issue to track removal of the fallback: https://github.com/microsoft/mu_devops/issues/300