From 3a6ca5ec175c7b30d3067af76e8a0c06cb29e619 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 15 Feb 2026 11:59:52 +0100 Subject: [PATCH] CI security hardening: restrict permissions in wheels workflow (#163059) --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9797b66a14f..fb9761b4893 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -19,6 +19,8 @@ on: env: DEFAULT_PYTHON: "3.14.2" +permissions: {} + concurrency: group: ${{ github.workflow }}-${{ github.ref_name}} cancel-in-progress: true