From 3f98f372a09a74fe379316951b30c96be4aaa03a Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 3 Sep 2024 20:03:35 +0100 Subject: [PATCH] PS: Add an en try in the library qlpack to point to the upgrade folder. --- powershell/ql/lib/qlpack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/powershell/ql/lib/qlpack.yml b/powershell/ql/lib/qlpack.yml index 9f147311973..17c79f0d18a 100644 --- a/powershell/ql/lib/qlpack.yml +++ b/powershell/ql/lib/qlpack.yml @@ -6,6 +6,7 @@ groups: dbscheme: semmlecode.powershell.dbscheme extractor: powershell library: true +upgrades: upgrades dependencies: codeql/controlflow: ${workspace} warnOnImplicitThis: true \ No newline at end of file