From c622d0b1d2762abe3c0ed5cabe07c1a2c87eb35f Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 12 Apr 2026 18:51:48 +0800 Subject: [PATCH] fix(ci): pin playbooks deploy revision --- .github/workflows/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index b4f1ffa..8969c33 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -146,7 +146,10 @@ jobs: - name: Check Out Playbooks Repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: + # Intentionally pinned: playbooks@main regressed deploy reliability on 2026-04-12. + # Any future bump must pass a full Deploy + Validate run before becoming the default. repository: x-evor/playbooks + ref: 80c545a95c3b16459f6494ed13d951faac57bfa8 path: playbooks token: ${{ github.token }}