mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Merge pull request #57409 from nextcloud/fix/ci-psalm
ci(static-code-analysis): add missing permissions to upload sarif file
This commit is contained in:
commit
f42493bf1e
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