lint: update action top level permission to readonly

This commit is contained in:
Jason Wang 2024-03-08 11:05:29 -08:00
Родитель 2dfe11d54c
Коммит 7bdd9cdc89
3 изменённых файлов: 6 добавлений и 0 удалений

2
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -6,6 +6,8 @@ on:
pull_request:
branches: [ "master" ]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest

2
.github/workflows/codeql-analysis.yml поставляемый
Просмотреть файл

@ -9,6 +9,8 @@ on:
schedule:
- cron: "17 18 * * 1"
permissions: read-all
jobs:
analyze:
name: Analyze

2
.github/workflows/linter.yml поставляемый
Просмотреть файл

@ -6,6 +6,8 @@ on:
branches: ["master"]
workflow_dispatch:
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest