initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
10
github/codeql-action-v2/node_modules/xmlbuilder/lib/WriterState.js
generated
vendored
Normal file
10
github/codeql-action-v2/node_modules/xmlbuilder/lib/WriterState.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Generated by CoffeeScript 1.12.7
|
||||
(function() {
|
||||
module.exports = {
|
||||
None: 0,
|
||||
OpenTag: 1,
|
||||
InsideTag: 2,
|
||||
CloseTag: 3
|
||||
};
|
||||
|
||||
}).call(this);
|
||||
Loading…
Add table
Add a link
Reference in a new issue