Skip to content

Commit 39dc154

Browse files
authored
Update skeleton-query-wizard.ts
Add an `actions` sample database. I chose `github/codeql` since we know it has many complex workflows.
1 parent 6b06687 commit 39dc154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/local-queries/skeleton-query-wizard.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { getQlPackLanguage } from "../common/qlpack-language";
3838
type QueryLanguagesToDatabaseMap = Record<string, string>;
3939

4040
export const QUERY_LANGUAGE_TO_DATABASE_REPO: QueryLanguagesToDatabaseMap = {
41+
actions: "github/codeql",
4142
cpp: "google/brotli",
4243
csharp: "restsharp/RestSharp",
4344
go: "spf13/cobra",

0 commit comments

Comments
 (0)