From a10956744d25b6af487922a2f23cf13cf4a00204 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 23:11:30 +0000 Subject: [PATCH] fix(e2e): normalize reusable workflow reference to @main Replace the branch-based reference with @main for the plugin-e2e reusable workflow. The @main branch of .github is protected and already contains all necessary pnpm support. This removes the drift risk from referencing a non-protected branch. Refs: PRI-1001 Co-Authored-By: Paperclip --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4ee85a4..7157fd1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,7 @@ concurrency: jobs: e2e: - uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@hugh/add-pnpm-support-plugin-e2e + uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main with: node-version: '22' headlamp-version: v0.40.1