mirror of
https://github.com/github/codeql-action.git
synced 2026-08-05 04:57:19 -05: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;
|