From 8e51b01bd98972be3a0861b92242e6a5e86b1203 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 02:47:55 +0000 Subject: [PATCH] fix: remove runners-privilegedescalation from actionlint config (PRI-1630) Co-Authored-By: Claude Sonnet 4.6 --- .github/actionlint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 05ca3b0..9261d80 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,3 +1,2 @@ self-hosted-runner: - labels: - - runners-privilegedescalation + labels: []