Skip to content

Commit

Permalink
GitHub Workflows security hardening (#7136)
Browse files Browse the repository at this point in the history
build: harden pip.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura committed Oct 31, 2022
1 parent bd15cee commit 0c03ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
env:
LLVM_VER: 15.0.1

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
pip-linux:
name: Package Halide Python bindings
Expand Down

0 comments on commit 0c03ff8

Please sign in to comment.