mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
|
|
import pkg from "./package.json" with { type: "json" };
|
||
|
|
|
||
|
|
globalThis.__CODEQL_ACTION_VERSION__ = pkg.version;
|