mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
ci(action): Assign permission as low as possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9c27a9affb
commit
dca85651ab
1 changed files with 3 additions and 0 deletions
3
.github/workflows/static-code-analysis.yml
vendored
3
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -57,6 +57,9 @@ jobs:
|
|||
|
||||
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
|
||||
|
||||
permissions:
|
||||
security-events: write
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
|
|
|
|||
Loading…
Reference in a new issue