Merge pull request #7 from DanielVolz/fix/codeql-alerts

ci: add explicit permissions to workflows
This commit is contained in:
Daniel Volz
2025-12-30 13:08:30 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ on:
required: false
default: ''
# Default minimal permissions
permissions:
contents: read
env:
REGISTRY: ghcr.io
+4
View File
@@ -4,6 +4,10 @@ on:
pull_request:
branches: [main]
# Minimal permissions for security
permissions:
contents: read
jobs:
# =============================================================================
# Backend Tests