CI security hardening: restrict permissions in wheels workflow (#163059)

This commit is contained in:
Franck Nijhof
2026-02-15 11:59:52 +01:00
committed by GitHub
parent 2850192068
commit 3a6ca5ec17

View File

@@ -19,6 +19,8 @@ on:
env:
DEFAULT_PYTHON: "3.14.2"
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name}}
cancel-in-progress: true