Skip to content

Commit f42493b

Browse files
Merge pull request #57409 from nextcloud/fix/ci-psalm
ci(static-code-analysis): add missing permissions to upload sarif file
2 parents 0cdd192 + 86c9022 commit f42493b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
permissions:
1717
contents: read
18+
security-events: write
1819

1920
concurrency:
2021
group: static-code-analysis-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)