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: branches:
- master - master
permissions: {}
jobs: jobs:
check: check:

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

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

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

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

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

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

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

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