diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0e4993e..30d432439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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. diff --git a/package-lock.json b/package-lock.json index ce9f90131..812ca4759 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 10d8e0177..9914e0511 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": {