Skip to content

Commit 911d803

Browse files
kartbennashif
authored andcommitted
doc: ci: github: Require hashes during pip install
require hashes in doc ci workflow Signed-off-by: Benjamin Cabé <[email protected]>
1 parent d794fe4 commit 911d803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: install-pip
110110
working-directory: zephyr
111111
run: |
112-
pip install -r doc/requirements.txt
112+
pip install -r doc/requirements.txt --require-hashes
113113
114114
- name: build-docs
115115
shell: bash
@@ -220,7 +220,7 @@ jobs:
220220
- name: install-pip-pkgs
221221
working-directory: zephyr
222222
run: |
223-
pip install -r doc/requirements.txt
223+
pip install -r doc/requirements.txt --require-hashes
224224
225225
- name: build-docs
226226
shell: bash

0 commit comments

Comments
 (0)