ci: add explicit permissions to all workflow jobs

This commit is contained in:
Daniel Volz
2025-12-30 13:13:49 +01:00
parent a80cc43b06
commit 2d17fde8f1
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -15,6 +15,8 @@ jobs:
backend-test:
name: Backend Tests
runs-on: ubuntu-latest
permissions:
contents: read
defaults:
run:
working-directory: backend
@@ -53,6 +55,8 @@ jobs:
frontend-build:
name: Frontend Build
runs-on: ubuntu-latest
permissions:
contents: read
defaults:
run:
working-directory: frontend