microsoft / mu_devops

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

codeql.yml: Remove PIP caching from pkg gathering #156

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

PIP modules are not pulled down during the initial job in the CodeQL workflow (package gathering) so PIP caching is not needed.

Also works around a setup-python task issue that fails to ignore cache contents if they do not previously exist and are not populated during the job.

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com