Set read-all permission to GITHUB_TOKEN for CI jobs

This commit is contained in:
Frédéric Guillot 2022-01-19 21:38:54 -08:00
parent a98e479e71
commit 9e3ce3f3a4
4 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,6 @@
name: CI Workflow
permissions: read-all
on:
pull_request:
branches:

View File

@ -11,6 +11,8 @@
#
name: "CodeQL"
permissions: read-all
on:
push:
branches: [ master ]

View File

@ -1,4 +1,5 @@
name: Docker
permissions: read-all
on:
schedule:
- cron: '0 1 * * *'

View File

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