Files
codeql-action/ava.setup.mjs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
109 B
JavaScript
Raw Normal View History

2026-03-12 18:55:03 +00:00
import pkg from "./package.json" with { type: "json" };
globalThis.__CODEQL_ACTION_VERSION__ = pkg.version;