mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ci(action): Assign permission as low as possible
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a68a94aee7
commit
900ed56665
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@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
|
|
|
|||
Loading…
Reference in a new issue