Skip to content

Commit ede2ae1

Browse files
author
Dave Bartolomeo
committed
Fix incompatibility with release CLI
This fixes github#6563, in which a customer reports being unable to run a query suite despite following the "Getting Started with the CodeQL CLI" instructions. The problem is that the released versions of the CodeQL CLI incorrectly disallow any reference to a library pack from within a .qls file. This is a CLI bug that will be fixed in the next CLI release, but since our policy is to make `github/codeql`'s `main` branch compatible with the latest released CLI, we need to work around this for now by pretending `codeql/suite-helpers` is a query pack.
1 parent 4882945 commit ede2ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

misc/suite-helpers/qlpack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
name: codeql/suite-helpers
22
version: 0.0.2
3-
library: true

0 commit comments

Comments
 (0)