ci: restrictive permission for gh actions

This commit is contained in:
ruthra kumar
2025-06-17 15:41:48 +05:30
parent 10a83698eb
commit fa82d3fbb1
12 changed files with 40 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ on:
required: false
type: string
permissions:
contents: read
concurrency:
group: server-mariadb-develop-${{ github.event_name }}-${{ github.event.number || github.event_name == 'workflow_dispatch' && github.run_id || '' }}
cancel-in-progress: true