lint: update action top level permission to readonly
This commit is contained in:
Родитель
2dfe11d54c
Коммит
7bdd9cdc89
|
@ -6,6 +6,8 @@ on:
|
|||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -9,6 +9,8 @@ on:
|
|||
schedule:
|
||||
- cron: "17 18 * * 1"
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
|
|
@ -6,6 +6,8 @@ on:
|
|||
branches: ["master"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Загрузка…
Ссылка в новой задаче