Skip to content

Commit ed1bc3d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/sinon-22.0.0
2 parents 9fdfd3e + 355aa4a commit ed1bc3d

17 files changed

Lines changed: 412 additions & 314 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://github.com/github/codeql-action/pull/3956)
88

99
## 4.37.0 - 08 Jul 2026
1010

lib/entry-points.js

Lines changed: 116 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"follow-redirects": "^1.16.0",
3737
"get-folder-size": "^5.0.0",
3838
"https-proxy-agent": "^7.0.6",
39-
"js-yaml": "^5.1.0",
39+
"js-yaml": "^5.2.0",
4040
"jsonschema": "1.5.0",
4141
"long": "^5.3.2",
4242
"node-forge": "^1.4.0",
@@ -61,15 +61,15 @@
6161
"eslint": "^9.39.4",
6262
"eslint-import-resolver-typescript": "^4.4.5",
6363
"eslint-plugin-github": "^6.0.0",
64-
"eslint-plugin-import-x": "^4.17.0",
64+
"eslint-plugin-import-x": "^4.17.1",
6565
"eslint-plugin-jsdoc": "^62.9.0",
6666
"eslint-plugin-no-async-foreach": "^0.1.1",
6767
"glob": "^13.0.6",
6868
"globals": "^17.7.0",
69-
"nock": "^14.0.15",
69+
"nock": "^14.0.16",
7070
"sinon": "^22.0.0",
7171
"typescript": "^6.0.3",
72-
"typescript-eslint": "^8.62.0"
72+
"typescript-eslint": "^8.62.1"
7373
},
7474
"overrides": {
7575
"@actions/tool-cache": {

0 commit comments

Comments
 (0)