mirror of
https://github.com/curl/curl.git
synced 2026-05-14 10:56:19 +03:00
GHA: disable permissions where missing
Reviewed-by: Daniel Stenberg Closes #13306
This commit is contained in:
parent
7f26fd17dd
commit
41e07d836f
5 changed files with 10 additions and 0 deletions
2
.github/workflows/badwords.yml
vendored
2
.github/workflows/badwords.yml
vendored
|
|
@ -15,6 +15,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
|
|
|
|||
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
|
|
@ -20,6 +20,8 @@ on:
|
|||
- 'src/**'
|
||||
- 'include/**'
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
2
.github/workflows/distcheck.yml
vendored
2
.github/workflows/distcheck.yml
vendored
|
|
@ -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
vendored
2
.github/workflows/man-examples.yml
vendored
|
|
@ -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
vendored
2
.github/workflows/synopsis.yml
vendored
|
|
@ -17,6 +17,8 @@ on:
|
|||
paths:
|
||||
- 'docs/libcurl/curl_*.3'
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue