CI security hardening: restrict permissions in CodeQL workflow (#163053)

This commit is contained in:
Franck Nijhof
2026-02-15 11:28:58 +01:00
committed by GitHub
parent 7af63460ea
commit bf482a6b92

View File

@@ -5,6 +5,8 @@ on:
schedule:
- cron: "30 18 * * 4"
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true