build: harden ufuzz.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
942dbee72d
commit
54390b400f
4
.github/workflows/ufuzz.yml
vendored
4
.github/workflows/ufuzz.yml
vendored
|
|
@ -11,6 +11,10 @@ on:
|
|||
env:
|
||||
BASE_URL: https://api.github.com/repos/${{ github.repository }}
|
||||
TOKEN: ${{ github.token }}
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
ufuzz:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user