Skip to content

Commit 6e7e4a6

Browse files
🔒 fix: Pin pip dependencies by hash in pylint workflow
1 parent 1af19d3 commit 6e7e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --require-hashes -r .github/requirements-pip.txt
25-
pip install -r requirements.txt
25+
pip install --require-hashes -r .github/requirements-hashed.txt
2626
2727
- name: Install Pylint
2828
run: |

0 commit comments

Comments
 (0)