Skip to content

Commit 9dd74e0

Browse files
authored
FIX: Security scans versioning in validation-tests.yml
FIX: Security scans versioning in `validation-tests.yml` Pinned down the version of pipenv being installed by `python3 -m pip` Signed-off-by: Miłosz Linkiewicz <[email protected]>
1 parent 3d51099 commit 9dd74e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
working-directory: tests/validation
188188
id: pipenv-install
189189
run: |
190-
python3 -m pip install pipenv
190+
python3 -m pip install pipenv~=2024.0.3
191191
python3 -m pipenv install -r requirements.txt
192192
echo "VIRTUAL_ENV=$(python3 -m pipenv --venv)/bin/activate" >> "$GITHUB_ENV"
193193

0 commit comments

Comments
 (0)