diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe0982c0..4d7825a0d 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.7 - 10 Dec 2024 + - We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. [#2631](https://github.com/github/codeql-action/pull/2631) - Update default CodeQL bundle version to 2.20.0. [#2636](https://github.com/github/codeql-action/pull/2636) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 56d879fb5..a0e59ff59 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.7", + "version": "3.27.8", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index aac047b64..effc917a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.27.7", + "version": "3.27.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.27.7", + "version": "3.27.8", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index 0663c693f..35bdd7f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.27.7", + "version": "3.27.8", "private": true, "description": "CodeQL action", "scripts": {