mirror of
https://github.com/github/codeql-action.git
synced 2025-12-18 21:39:15 +08:00
Compare commits
11 Commits
releases/v
...
default-se
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b88acb2f6c | ||
|
|
241948c698 | ||
|
|
1fe89fe9cb | ||
|
|
6dba00881c | ||
|
|
d4d47c0d3d | ||
|
|
6c6e810910 | ||
|
|
7a5748cf0d | ||
|
|
db75d46248 | ||
|
|
a0fc644617 | ||
|
|
e1058e4d74 | ||
|
|
d4f39b0766 |
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
|
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
|
||||||
|
|
||||||
|
## [UNRELEASED]
|
||||||
|
|
||||||
|
No user facing changes.
|
||||||
|
|
||||||
## 4.31.9 - 16 Dec 2025
|
## 4.31.9 - 16 Dec 2025
|
||||||
|
|
||||||
No user facing changes.
|
No user facing changes.
|
||||||
|
|||||||
41969
lib/analyze-action-post.js
generated
41969
lib/analyze-action-post.js
generated
File diff suppressed because it is too large
Load Diff
36617
lib/analyze-action.js
generated
36617
lib/analyze-action.js
generated
File diff suppressed because it is too large
Load Diff
35490
lib/autobuild-action.js
generated
35490
lib/autobuild-action.js
generated
File diff suppressed because it is too large
Load Diff
41987
lib/init-action-post.js
generated
41987
lib/init-action-post.js
generated
File diff suppressed because it is too large
Load Diff
36533
lib/init-action.js
generated
36533
lib/init-action.js
generated
File diff suppressed because it is too large
Load Diff
35490
lib/resolve-environment-action.js
generated
35490
lib/resolve-environment-action.js
generated
File diff suppressed because it is too large
Load Diff
35496
lib/setup-codeql-action.js
generated
35496
lib/setup-codeql-action.js
generated
File diff suppressed because it is too large
Load Diff
41975
lib/start-proxy-action-post.js
generated
41975
lib/start-proxy-action-post.js
generated
File diff suppressed because it is too large
Load Diff
35903
lib/start-proxy-action.js
generated
35903
lib/start-proxy-action.js
generated
File diff suppressed because it is too large
Load Diff
35508
lib/upload-lib.js
generated
35508
lib/upload-lib.js
generated
File diff suppressed because it is too large
Load Diff
41881
lib/upload-sarif-action-post.js
generated
41881
lib/upload-sarif-action-post.js
generated
File diff suppressed because it is too large
Load Diff
35514
lib/upload-sarif-action.js
generated
35514
lib/upload-sarif-action.js
generated
File diff suppressed because it is too large
Load Diff
984
package-lock.json
generated
984
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "codeql",
|
"name": "codeql",
|
||||||
"version": "4.31.9",
|
"version": "4.31.10",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "CodeQL action",
|
"description": "CodeQL action",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -24,12 +24,12 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^4.0.0",
|
"@actions/artifact": "^5.0.1",
|
||||||
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
||||||
"@actions/cache": "^4.1.0",
|
"@actions/cache": "^5.0.1",
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^2.0.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^2.0.0",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.1",
|
||||||
"@actions/glob": "^0.5.0",
|
"@actions/glob": "^0.5.0",
|
||||||
"@actions/http-client": "^3.0.0",
|
"@actions/http-client": "^3.0.0",
|
||||||
"@actions/io": "^2.0.0",
|
"@actions/io": "^2.0.0",
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"@ava/typescript": "6.0.0",
|
"@ava/typescript": "6.0.0",
|
||||||
"@eslint/compat": "^2.0.0",
|
"@eslint/compat": "^2.0.0",
|
||||||
"@eslint/eslintrc": "^3.3.3",
|
"@eslint/eslintrc": "^3.3.3",
|
||||||
"@eslint/js": "^9.39.1",
|
"@eslint/js": "^9.39.2",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||||
"@octokit/types": "^16.0.0",
|
"@octokit/types": "^16.0.0",
|
||||||
"@types/archiver": "^7.0.0",
|
"@types/archiver": "^7.0.0",
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"@types/node-forge": "^1.3.14",
|
"@types/node-forge": "^1.3.14",
|
||||||
"@types/semver": "^7.7.1",
|
"@types/semver": "^7.7.1",
|
||||||
"@types/sinon": "^21.0.0",
|
"@types/sinon": "^21.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
||||||
"@typescript-eslint/parser": "^8.48.0",
|
"@typescript-eslint/parser": "^8.48.0",
|
||||||
"ava": "^6.4.1",
|
"ava": "^6.4.1",
|
||||||
"esbuild": "^0.27.1",
|
"esbuild": "^0.27.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user