1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

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
+2
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