microsoft / mu_devops

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

.sync/workflows/codeql: Always remove plugins in .pytools #302

Closed kenlautner closed 8 months ago

kenlautner commented 8 months ago

With the CodeQL plugin moving to BaseTools (from .pytool) starting in release/202311, update the workflow to always remove unnecessary plugins (that slow down the workflow) in .pytools as opposed to relative the CodeQL plugin path.

makubacki commented 8 months ago

@kenlautner, I updated the title/description to reduce confusion in the future. No one is broken except the 2311 branch which is the cause of the break. So, although this was found late in testing, it is an expected/routine change for moving the plugin location in Project Mu.