Add permissions to all GitHub actions

This commit is contained in:
Constantin Graf
2025-05-22 10:57:57 +02:00
parent 15411ec0c8
commit c87645bcb2
12 changed files with 30 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
name: Static code analysis (PHPStan)
on: push
permissions:
contents: read
jobs:
phpstan:
runs-on: ubuntu-latest