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 name: CI Workflow
permissions: read-all
on: on:
pull_request: pull_request:
branches: branches:

View file

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

View file

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

View file

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