mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user