diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7909af7a..ac5594abb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th No user facing changes. +## 3.28.15 - 07 Apr 2025 + +- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. [#2842](https://github.com/github/codeql-action/pull/2842) + ## 3.28.14 - 07 Apr 2025 - Update default CodeQL bundle version to 2.21.0. [#2838](https://github.com/github/codeql-action/pull/2838) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 85e6c3898b..20adccea2f 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.15", + "version": "3.28.16", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index c15f4bdb4b..430e6b7ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.15", + "version": "3.28.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.15", + "version": "3.28.16", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 02c23b5e40..a15ad483b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.15", + "version": "3.28.16", "private": true, "description": "CodeQL action", "scripts": {