diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bebc4ed38..b955ec0256 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.0 - 22 Oct 2024 + - Bump the minimum CodeQL bundle version to 2.14.6. [#2549](https://github.com/github/codeql-action/pull/2549) - Fix an issue where the `upload-sarif` Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the `upload-sarif` Action. [#2557](https://github.com/github/codeql-action/pull/2557) - Update default CodeQL bundle version to 2.19.2. [#2552](https://github.com/github/codeql-action/pull/2552) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index ce4641be4d..93236d2269 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.0", + "version": "3.27.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index f2cc68322b..ff88eabe06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.27.0", + "version": "3.27.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.27.0", + "version": "3.27.1", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index c27add680f..3c7a01834a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.0", + "version": "3.27.1", "private": true, "description": "CodeQL action", "scripts": {