diff --git a/CHANGELOG.md b/CHANGELOG.md index 00814f6231..1ea8aeeace 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.26.3 - 19 Aug 2024 + - Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. [#2430](https://github.com/github/codeql-action/pull/2430) ## 3.26.2 - 14 Aug 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index ae9e2d9e97..048e27df76 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.26.3", + "version": "3.26.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index b9686c7299..081d5631cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.26.3", + "version": "3.26.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.26.3", + "version": "3.26.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index bcd2fb27a8..6f9e568344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.26.3", + "version": "3.26.4", "private": true, "description": "CodeQL action", "scripts": {