diff --git a/CHANGELOG.md b/CHANGELOG.md index 254301c4b7..30d432439c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] +No user facing changes. + +## 3.28.12 - 19 Mar 2025 + - Dependency caching should now cache more dependencies for Java `build-mode: none` extractions. This should speed up workflows and avoid inconsistent alerts in some cases. - Update default CodeQL bundle version to 2.20.7. [#2810](https://github.com/github/codeql-action/pull/2810) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index d85f225c44..58d69efdf4 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.12", + "version": "3.28.13", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index ce9f90131f..812ca47599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.12", + "version": "3.28.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.12", + "version": "3.28.13", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 10d8e01771..9914e05118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.12", + "version": "3.28.13", "private": true, "description": "CodeQL action", "scripts": {