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:
Joas Schilling 2026-01-07 16:03:58 +01:00 committed by GitHub
commit f42493bf1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ on:
permissions:
contents: read
security-events: write
concurrency:
group: static-code-analysis-${{ github.head_ref || github.run_id }}