apply explicit permissions as per CodeQL suggestion

as per rule ID actions/missing-workflow-permissions
This commit is contained in:
El RIDO
2025-10-10 15:07:44 +02:00
parent 7779f1ac65
commit 51eff47614
5 changed files with 20 additions and 0 deletions
+3
View File
@@ -1,10 +1,13 @@
name: Tests
on:
push:
pull_request:
branches: [ master ]
workflow_dispatch:
permissions: {}
jobs:
Composer: