Commit 17d1b00 1 parent d723815 commit 17d1b00 Copy full SHA for 17d1b00
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 56
56
57
57
- name : Install dependencies
58
58
run : |
59
- pip install -r tests/integration/requirements.txt
59
+ pip install --require-hashes - r tests/integration/requirements.txt
60
60
61
61
- name : Execute integration tests
62
62
run : |
Original file line number Diff line number Diff line change 17
17
run : |
18
18
sudo apt update
19
19
sudo apt -qy --no-install-recommends install clang-format-14
20
- pip3 install -r tools/requirements-compliance.txt
20
+ pip3 install --require-hashes - r tools/requirements-compliance.txt
21
21
22
22
- name : Check commits with gitlint
23
23
run : |
Original file line number Diff line number Diff line change 1
- pexpect == 4.9.0
2
- pytest == 8.3.3
1
+ pexpect == 4.9.0 --hash =sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523
2
+ pytest == 8.3.3 --hash =sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2
Original file line number Diff line number Diff line change 1
- cmake-format==0.6.13
2
- gitlint==0.19
3
- pylint==3.3.1
1
+ cmake-format==0.6.13 --hash=sha256:ec7ed949101e5f0b7bc19317d122b83ccbc28fd766c41c93094845719667c56e
2
+ gitlint==0.19 --hash=sha256:3a566c6f641e054be26ecf67210c237e4fe45472f6606761c9fea7b44e570d3c
3
+ pylint==3.3.1 --hash=sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9
4
4
-r ../tests/integration/requirements.txt
You can’t perform that action at this time.
0 commit comments