diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce62b299..de9a2316e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] +No user facing changes. + +## 3.27.6 - 03 Dec 2024 + - Update default CodeQL bundle version to 2.19.4. [#2626](https://github.com/github/codeql-action/pull/2626) ## 3.27.5 - 19 Nov 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 4319a1d5d..95c7bc972 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.6", + "version": "3.27.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 6390c493f..9b65d2348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.27.6", + "version": "3.27.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.27.6", + "version": "3.27.7", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index d43d1717a..bbf0e9e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.6", + "version": "3.27.7", "private": true, "description": "CodeQL action", "scripts": {