Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion misc/codeql_fetch_db.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# dep: https://github.com/cli/cli
# e.g. get_codeql_db.sh ntp-project/ntp cpp
Expand All @@ -9,6 +9,7 @@
# - csharp: The C# programming language
# - go: The Go programming language
# - java: The Java programming language
# - javascript: The JavaScript programming language (including TypeScript)
# - python: The Python programming language
# - ruby: The Ruby programming language
# - swift: The Swift programming language
Expand Down