From b808216778ff128ec568c11d35548a24132561dc Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 11 Jun 2024 11:40:50 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4970a338d..7b865fcd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] -No user facing changes. +- Avoid failing database creation if the database folder already exists and contains some unexpected files. [#2330](https://github.com/github/codeql-action/pull/2330) ## 3.25.8 - 04 Jun 2024