v2.3.2
github-actions
released this
11 Apr 15:38
·
217 commits
to refs/heads/main
since this release
What's Changed
🐛 Bug Fixes
-
codeql.yml: Remove PIP caching from pkg gathering @makubacki (#156)
Change Details
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
Full Changelog: v2.3.1...v2.3.2