Skip to content

Commit 356ad69

Browse files
authored
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]>
1 parent 44cac55 commit 356ad69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.sync/workflows/leaf/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
uses: actions/setup-python@v4
5050
with:
5151
python-version: '>=3.11'
52-
cache: 'pip'
53-
cache-dependency-path: 'pip-requirements.txt'
5452

5553
- name: Generate Package Matrix
5654
id: generate_matrix

0 commit comments

Comments
 (0)