summaryrefslogtreecommitdiff
path: root/.github/workflows/cifuzz.yml
diff options
context:
space:
mode:
authorDiogo Teles Sant'Anna <diogoteles@google.com>2023-03-06 14:26:11 +0000
committerAzat Khuzhin <a3at.mail@gmail.com>2023-03-06 21:18:59 +0100
commit99a4b1a7865fdfb965868901701463b1a0ee7174 (patch)
tree8adc19230fc8ebaf2a599c7dd78a1a8b02f04a1c /.github/workflows/cifuzz.yml
parent6bfa58055919a12acec070cdecef1bfb69f4e4d2 (diff)
downloadlibevent-99a4b1a7865fdfb965868901701463b1a0ee7174.tar.gz
ci: set minimal permissions on GitHub Actions
Change made by setting top-level read-only permisisons, and any other necessary permissions set as job-level. Closes #1421 Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r--.github/workflows/cifuzz.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index e7ef4776..6c9b1828 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -11,6 +11,7 @@ on:
push:
branches:
- master
+permisisons: read-all
jobs:
Fuzzing:
runs-on: ubuntu-latest