mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
use @actions/github
This commit is contained in:
3
node_modules/atob-lite/atob-node.js
generated
vendored
Normal file
3
node_modules/atob-lite/atob-node.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function atob(str) {
|
||||
return Buffer.from(str, 'base64').toString('binary')
|
||||
}
|
||||
Reference in New Issue
Block a user