mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other dependencies were upgraded.
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
/**
|
|
* Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
|
|
*/
|
|
export function getUserAgent(): string;
|