From a3b32af3dc06a451bf0f61e69193593ccc815024 Mon Sep 17 00:00:00 2001 From: dilanbhalla <35575727+dilanbhalla@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:25:20 -0700 Subject: [PATCH] Update qlpack.yml --- powershell/ql/src/qlpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/ql/src/qlpack.yml b/powershell/ql/src/qlpack.yml index 8e7c697f595..3eb0d6fa951 100644 --- a/powershell/ql/src/qlpack.yml +++ b/powershell/ql/src/qlpack.yml @@ -6,6 +6,6 @@ groups: - queries extractor: powershell dependencies: - microsoft-sdl/powershell-all: ${workspace} + microsoft/powershell-all: ${workspace} codeql/suite-helpers: ${workspace} warnOnImplicitThis: true