github-ci: apply read-only permissions to more workflows

- authors.yml
- codeql.yml
- scan-build.yml
pull/10413/head
Jason Ish 1 year ago committed by Victor Julien
parent abbd507b5c
commit a87943d9bf

@ -3,6 +3,8 @@ name: New Authors Check
on:
pull_request:
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

@ -13,6 +13,8 @@ on:
schedule:
- cron: '18 21 * * 1'
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

@ -8,6 +8,8 @@ on:
paths-ignore:
- "doc/**"
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Loading…
Cancel
Save