From 15f9b00614c685f0d7e96e100f4fa9135ef43302 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Thu, 25 May 2023 11:42:54 -0700 Subject: [PATCH] Apply suggestions from code review --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac02e9d67..ebd202b380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.3.5 - 25 May 2023 - Allow invalid URIs to be used as values to `artifactLocation.uri` properties. This reverses a change from [#1668](https://github.com/github/codeql-action/pull/1668) that inadvertently led to stricter validation of some URI values. [#1705](https://github.com/github/codeql-action/pull/1705) +- Gracefully handle invalid URIs when fingerprinting. [#1694](https://github.com/github/codeql-action/pull/1694) ## 2.3.4 - 24 May 2023