Skip to content

Commit e1763c0

Browse files
author
Dave Bartolomeo
committed
Add actions language
1 parent af56b04 commit e1763c0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/languages.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/languages.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// All the languages supported by CodeQL
22
export enum Language {
3+
actions = "actions",
34
csharp = "csharp",
45
cpp = "cpp",
56
go = "go",

0 commit comments

Comments
 (0)