ci(static-code-analysis): add missing permissions to upload sarif file

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2026-01-07 15:18:21 +01:00
parent 9e516beb85
commit 86c90221f1
No known key found for this signature in database
GPG key ID: 7E849AE05218500F

View file

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