Files
codeql-action/node_modules/@octokit/graphql/dist-src/version.js
Andrew Eisenberg 5f98c40063 Fix dependabot errors
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other
dependencies were upgraded.
2025-03-14 13:13:56 -07:00

5 lines
47 B
JavaScript

const VERSION = "7.1.1";
export {
VERSION
};