set workflows permissions to read-only (#7239)

This commit is contained in:
Derek Bailey 2022-04-11 20:01:00 -07:00 committed by GitHub
parent 7b5fd2bd05
commit 67b33b2942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
name: CI
permissions: read-all
on:
push:

View File

@ -10,6 +10,7 @@
# supported CodeQL languages.
#
name: "CodeQL"
permissions: read-all
on:
push:

View File

@ -6,6 +6,8 @@
# https://github.com/actions/labeler
name: Labeler
permissions: read-all
on: [pull_request_target]
jobs:

View File

@ -1,4 +1,6 @@
name: OSS-Fuzz
permissions: read-all
on:
pull_request:
branches:

View File

@ -1,4 +1,5 @@
name: Mark stale issues and pull requests
permissions: read-all
on:
schedule: