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
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: CodeQL
# - `auto` — in-repo detection: always includes `go`; adds
# `javascript-typescript` when a `package.json` exists OR any
# `.js` / `.jsx` / `.mjs` / `.cjs` / `.ts` / `.tsx` / `.mts` / `.cts`
# source is present in the first 4 levels of the tree (ignoring
# `node_modules/` and `vendor/`). A `package.json` is NOT required —
# source is present in the first 8 levels of the tree (ignoring
# `node_modules/`, `vendor/` and `.git/`). A `package.json` is NOT
# required —
# repos with a hand-written plain-JS frontend still get scanned. This
# is the preferred value for Go repos since it picks up JS/TS
# automatically.
Expand Down
Loading