mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
chore: improve ci security (#9384)
* pin docker files * pin github actions * enforce hashes that are already present * run style checks on cicd changes
This commit is contained in:
@ -27,7 +27,7 @@ python3 -m pip install --upgrade pip
|
||||
pip3 install --ignore-installed --upgrade invoke Pillow
|
||||
|
||||
# install base level packages
|
||||
pip3 install -Ur contrib/container/requirements.txt
|
||||
pip3 install -Ur --require-hashes contrib/container/requirements.txt
|
||||
|
||||
# Run initial InvenTree server setup
|
||||
invoke update -s
|
||||
|
Reference in New Issue
Block a user