Add actions language

This commit is contained in:
Dave Bartolomeo 2024-09-25 17:19:14 -04:00
parent af56b044b5
commit e1763c0db9
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
// All the languages supported by CodeQL
export enum Language {
actions = "actions",
csharp = "csharp",
cpp = "cpp",
go = "go",