set workflows permissions to read-only (#7239)
This commit is contained in:
parent
7b5fd2bd05
commit
67b33b2942
|
@ -1,4 +1,5 @@
|
|||
name: CI
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
# supported CodeQL languages.
|
||||
#
|
||||
name: "CodeQL"
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
# https://github.com/actions/labeler
|
||||
|
||||
name: Labeler
|
||||
permissions: read-all
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
name: OSS-Fuzz
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name: Mark stale issues and pull requests
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
Loading…
Reference in New Issue