Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27.7-babb554ed

This commit is contained in:
github-actions[bot]
2024-12-10 13:42:05 +00:00
5615 changed files with 323257 additions and 183852 deletions
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.27.6",
"version": "3.27.7",
"private": true,
"description": "CodeQL action",
"scripts": {
@@ -24,7 +24,7 @@
"dependencies": {
"@actions/artifact": "^2.1.9",
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
"@actions/cache": "^3.3.0",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
@@ -33,7 +33,7 @@
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^5.0.2",
"@octokit/types": "^13.6.1",
"@octokit/types": "^13.6.2",
"@schemastore/package": "0.0.10",
"@types/node-forge": "^1.3.11",
"@types/uuid": "^10.0.0",
@@ -62,9 +62,9 @@
"@ava/typescript": "4.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/adm-zip": "^0.5.6",
"@types/adm-zip": "^0.5.7",
"@types/console-log-level": "^1.4.5",
"@types/follow-redirects": "^1.14.4",
"@types/get-folder-size": "^2.0.0",
@@ -72,20 +72,20 @@
"@types/node": "16.11.22",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"ava": "^5.3.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-github": "^5.1.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.8",
"nock": "^13.5.6",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^19.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"overrides": {
"@actions/tool-cache": {