mirror of
https://github.com/github/codeql-action.git
synced 2026-04-15 19:23:55 +00:00
Also look for the CodeQL bundle at the custom GitHub AE endpoint.
This commit is contained in:
2
node_modules/strict-uri-encode/index.js
generated
vendored
Normal file
2
node_modules/strict-uri-encode/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
'use strict';
|
||||
module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
|
||||
Reference in New Issue
Block a user