Fix recursive reference in query suite

The line `- qlpack: codeql-go` references the pack's
default suite, which is this suite. Therefore this
reference is recursive and not allowed.

The change here aligns the query pack with other
languages.
This commit is contained in:
Andrew Eisenberg
2021-10-14 08:23:36 -07:00
parent a0a5462f50
commit de79eac0bb

View File

@@ -1,4 +1,4 @@
- description: Standard Code Scanning queries for Go
- qlpack: codeql-go
- queries: .
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers
from: codeql/suite-helpers