build: harden build.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
54390b400f
commit
d6d48b17a5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -3,6 +3,10 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
ufuzz:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user