SEC: disable default gha permissions (#2771)

This commit is contained in:
Clément Robert
2026-03-12 01:15:38 +05:30
committed by GitHub
parent eaf116e303
commit bc6f42d805
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ on:
workflow_dispatch:
# allow manual runs on branches without a PR
permissions: {}
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true