mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
ci(static-code-analysis): add missing permissions to upload sarif file
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
9e516beb85
commit
86c90221f1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/static-code-analysis.yml
vendored
1
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -15,6 +15,7 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
concurrency:
|
||||
group: static-code-analysis-${{ github.head_ref || github.run_id }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue