diff --git a/CHANGELOG.md b/CHANGELOG.md index 8624794bf3..5137c70db8 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.24.3 - 15 Feb 2024 + - Fix an issue where the CodeQL Action would fail to load a configuration specified by the `config` input to the `init` Action. [#2147](https://github.com/github/codeql-action/pull/2147) ## 3.24.2 - 15 Feb 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 6cfe1a2e2a..0b1d893d99 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.24.3", + "version": "3.24.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index ae50f520a7..fc3f823dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.24.3", + "version": "3.24.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.24.3", + "version": "3.24.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 6db15da4d0..8cb180b56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.24.3", + "version": "3.24.4", "private": true, "description": "CodeQL action", "scripts": {