Bump @actions/* npm packages to latest versions

Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-16 13:34:51 +00:00
parent a0fc644617
commit db75d46248
15 changed files with 271570 additions and 190278 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

37175
lib/analyze-action.js generated

File diff suppressed because it is too large Load Diff

36048
lib/autobuild-action.js generated

File diff suppressed because it is too large Load Diff

42545
lib/init-action-post.js generated

File diff suppressed because it is too large Load Diff

37147
lib/init-action.js generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

36054
lib/setup-codeql-action.js generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

36415
lib/start-proxy-action.js generated

File diff suppressed because it is too large Load Diff

36066
lib/upload-lib.js generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

36072
lib/upload-sarif-action.js generated

File diff suppressed because it is too large Load Diff

767
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",