github-ci: set workflow permissions to read-all

pull/6880/head
Jason Ish 3 years ago committed by Victor Julien
parent 738e756eaf
commit ee933794aa

@ -4,6 +4,8 @@ on:
- push
- pull_request
permissions: read-all
env:
DEFAULT_LIBHTP_REPO: https://github.com/OISF/libhtp
DEFAULT_LIBHTP_BRANCH: 0.5.x

@ -1,5 +1,6 @@
name: CIFuzz
on: [pull_request]
permissions: read-all
jobs:
Fuzzing:
runs-on: ubuntu-latest

@ -3,6 +3,8 @@ name: commit-check
on:
- pull_request
permissions: read-all
jobs:
check-commits:

@ -8,6 +8,8 @@ on:
- 'master-*'
pull_request:
permissions: read-all
jobs:
# Checking for correct formatting of branch for C code changes

Loading…
Cancel
Save