mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +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;
|