Skip to content

Commit d8d9416

Browse files
ci: Remove cache: 'pip' with actions/setup-python to prevent cache-poisoning vulnerability
1 parent 040f8d7 commit d8d9416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
9292
with:
9393
python-version: ${{ env.MAIN_PYTHON_VERSION }}
94-
cache: 'pip'
9594

9695
- name: Install uv and create venv
9796
run: |

0 commit comments

Comments
 (0)