mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 09:42:16 +00:00
Bump @actions/* npm packages to latest versions
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
|
||||
|
||||
## [UNRELEASED]
|
||||
|
||||
No user facing changes.
|
||||
- Update `@actions/*` npm packages to their latest versions. [#3366](https://github.com/github/codeql-action/pull/3366)
|
||||
|
||||
## 4.31.8 - 11 Dec 2025
|
||||
|
||||
|
||||
42527
lib/analyze-action-post.js
generated
42527
lib/analyze-action-post.js
generated
File diff suppressed because it is too large
Load Diff
37175
lib/analyze-action.js
generated
37175
lib/analyze-action.js
generated
File diff suppressed because it is too large
Load Diff
36048
lib/autobuild-action.js
generated
36048
lib/autobuild-action.js
generated
File diff suppressed because it is too large
Load Diff
42545
lib/init-action-post.js
generated
42545
lib/init-action-post.js
generated
File diff suppressed because it is too large
Load Diff
37147
lib/init-action.js
generated
37147
lib/init-action.js
generated
File diff suppressed because it is too large
Load Diff
36048
lib/resolve-environment-action.js
generated
36048
lib/resolve-environment-action.js
generated
File diff suppressed because it is too large
Load Diff
36054
lib/setup-codeql-action.js
generated
36054
lib/setup-codeql-action.js
generated
File diff suppressed because it is too large
Load Diff
42533
lib/start-proxy-action-post.js
generated
42533
lib/start-proxy-action-post.js
generated
File diff suppressed because it is too large
Load Diff
36415
lib/start-proxy-action.js
generated
36415
lib/start-proxy-action.js
generated
File diff suppressed because it is too large
Load Diff
36066
lib/upload-lib.js
generated
36066
lib/upload-lib.js
generated
File diff suppressed because it is too large
Load Diff
42439
lib/upload-sarif-action-post.js
generated
42439
lib/upload-sarif-action-post.js
generated
File diff suppressed because it is too large
Load Diff
36072
lib/upload-sarif-action.js
generated
36072
lib/upload-sarif-action.js
generated
File diff suppressed because it is too large
Load Diff
767
package-lock.json
generated
767
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -24,12 +24,12 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^4.0.0",
|
||||
"@actions/artifact": "^5.0.1",
|
||||
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
||||
"@actions/cache": "^4.1.0",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/cache": "^5.0.1",
|
||||
"@actions/core": "^2.0.1",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/github": "^6.0.1",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/http-client": "^3.0.0",
|
||||
"@actions/io": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user