diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e6153c4a..e625431df5 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.5 - 24 Jan 2025 + - Update default CodeQL bundle version to 2.20.3. [#2717](https://github.com/github/codeql-action/pull/2717) ## 3.28.4 - 23 Jan 2025 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 06f2758975..e62366786b 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.5", + "version": "3.28.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index e4b0c119d5..992918b2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.5", + "version": "3.28.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.5", + "version": "3.28.6", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index 77400ece0c..8c5683efae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.5", + "version": "3.28.6", "private": true, "description": "CodeQL action", "scripts": {