Files
codeql-action/lib/start-proxy-action-post.js
T
Henry Mercer 3c41d8f998 Build: Generate shared entrypoint
Reduces tarred repo size from 8.5 MB to 2.2 MB
2026-05-14 16:29:39 +01:00

4 lines
116 B
JavaScript
Generated

"use strict";
process.env.CODEQL_ACTION_ENTRYPOINT = "start-proxy-action-post";
require("./actions-entrypoint.js");