microsoft / mu_devops

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

.sync/workflows/codeql-platform: Update irrelevant plugin removal dir [Rebase & FF] #317

Closed makubacki closed 7 months ago

makubacki commented 7 months ago

Two commits. One to prepare codeql-platform.yml for 202311 and the other to expand contextual comments in both CodeQL workflow files.


.sync/workflows/codeql-platform: Update irrelevant plugin removal dir

Updates the directory used for irrelevant plugin removal in this workflow to match codeql.yml which using the pytool directory rather than the directory the CodeQL plugin is found in.

This is important because the CodeQL plugin moved from .pytool to BaseTools in Mu release 202311 so the plugin dir needs to be fixed rather than relative to the CodeQL plugin location.


.sync/workflows/codeql: Add more inline documentation

Updates and adds some additional comments to the CodeQL workflow files to give better context.