You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeql.yml: Remove PIP caching from pkg gathering (#156)
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 <[email protected]>
0 commit comments