We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 168a269 + d30a36f commit 6105364Copy full SHA for 6105364
misc/codeql_fetch_db.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
3
# dep: https://github.com/cli/cli
4
# e.g. get_codeql_db.sh ntp-project/ntp cpp
@@ -9,6 +9,7 @@
9
# - csharp: The C# programming language
10
# - go: The Go programming language
11
# - java: The Java programming language
12
+# - javascript: The JavaScript programming language (including TypeScript)
13
# - python: The Python programming language
14
# - ruby: The Ruby programming language
15
# - swift: The Swift programming language
0 commit comments