diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e7201a2..bf7f283a2 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.17 - 02 May 2025 - Update default CodeQL bundle version to 2.21.2. [#2872](https://github.com/github/codeql-action/pull/2872) diff --git a/package-lock.json b/package-lock.json index 05df38d06..ad65832c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.17", + "version": "3.28.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.17", + "version": "3.28.18", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 0286119e6..05466238c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.17", + "version": "3.28.18", "private": true, "description": "CodeQL action", "scripts": {