Skip to content

Commit

Permalink
ci: Add --require-hashes to pip install
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Nov 26, 2024
1 parent 3ee28ee commit dab3995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.11"
- run: pip install -r .github/workflows/requirements.txt
- run: pip install --require-hashes -r .github/workflows/requirements.txt
- run: |
envoy.code.check . -c glint shellcheck yamllint -x ".*/dist/.*"
Expand Down

0 comments on commit dab3995

Please sign in to comment.