mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
ee2346270d
This change passes in a list of file types to the line counting analysis. These are the languages for the databases being analyzed. Line count analysis is restricted to these files.
5 lines
28 B
TypeScript
5 lines
28 B
TypeScript
var a;
|
|
var b;
|
|
var c;
|
|
var d;
|