Skip to content

Commit

Permalink
Add actions language
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Bartolomeo committed Oct 18, 2024
1 parent af56b04 commit e1763c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/languages.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/languages.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/languages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// All the languages supported by CodeQL
export enum Language {
actions = "actions",
csharp = "csharp",
cpp = "cpp",
go = "go",
Expand Down

0 comments on commit e1763c0

Please sign in to comment.