Skip to content

Commit d30a36f

Browse files
committed
small changes to fetch db script
1 parent 168a269 commit d30a36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/codeql_fetch_db.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# dep: https://github.com/cli/cli
44
# e.g. get_codeql_db.sh ntp-project/ntp cpp
@@ -9,6 +9,7 @@
99
# - csharp: The C# programming language
1010
# - go: The Go programming language
1111
# - java: The Java programming language
12+
# - javascript: The JavaScript programming language (including TypeScript)
1213
# - python: The Python programming language
1314
# - ruby: The Ruby programming language
1415
# - swift: The Swift programming language

0 commit comments

Comments
 (0)