Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.0-df5a14dc2

This commit is contained in:
github-actions[bot]
2024-04-15 12:22:19 +00:00
152 changed files with 2277 additions and 3101 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.24.10",
"version": "3.25.0",
"private": true,
"description": "CodeQL action",
"scripts": {
@@ -30,7 +30,7 @@
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^5.0.2",
"@octokit/types": "^12.6.0",
"@octokit/types": "^13.1.0",
"@schemastore/package": "0.0.10",
"@types/uuid": "^9.0.8",
"adm-zip": "^0.5.12",
@@ -60,8 +60,8 @@
"@types/node": "16.11.22",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"ava": "^5.3.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
@@ -73,7 +73,7 @@
"nock": "^13.5.4",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^17.0.1",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"overrides": {
"@actions/tool-cache": {