GHA: disable permissions where missing

Reviewed-by: Daniel Stenberg
Closes #13306
This commit is contained in:
Viktor Szakats 2024-04-07 10:01:25 +00:00
Родитель 7f26fd17dd
Коммит 41e07d836f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5ABD165E2AEF201
5 изменённых файлов: 10 добавлений и 0 удалений

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

@ -15,6 +15,8 @@ on:
branches:
- master
permissions: {}
jobs:
check:

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

@ -20,6 +20,8 @@ on:
- 'src/**'
- 'include/**'
permissions: {}
jobs:
codespell:
runs-on: ubuntu-latest

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

@ -17,6 +17,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
maketgz-and-verify-in-tree:
runs-on: ubuntu-latest

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

@ -21,6 +21,8 @@ on:
- 'docs/libcurl/opts/*.3'
- '.github/scripts/verify-examples.pl'
permissions: {}
jobs:
verify:
runs-on: ubuntu-latest

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

@ -17,6 +17,8 @@ on:
paths:
- 'docs/libcurl/curl_*.3'
permissions: {}
jobs:
verify:
runs-on: ubuntu-latest