mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
193e7d476d
Replace mutable tag references with immutable commit SHAs to prevent supply-chain attacks via compromised tags. Version comments are preserved for readability.
12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
name: Lock closed issues and PRs
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 0 * * *" # Run daily at 00:30 UTC
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
lock:
|
|
uses: esphome/workflows/.github/workflows/lock.yml@3c4e8446aa1029f1c346a482034b3ee1489077ca # 2026.4.0
|