From 058bbcc878f35f123f7efed5fa2b0a52cc3c6228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:44:59 +0000 Subject: [PATCH] chore(deps): update dependency github/codeql-action to v2.23.5 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index d74b33e..1d1b003 100644 --- a/Earthfile +++ b/Earthfile @@ -384,7 +384,7 @@ ci-artifacts: # ci-codeql-setup sets up CodeQL for the ci-codeql target. ci-codeql-setup: - ARG CODEQL_VERSION=2.23.3 + ARG CODEQL_VERSION=2.23.5 FROM curlimages/curl:8.16.0 RUN curl -fsSL https://github.com/github/codeql-action/releases/download/codeql-bundle-v${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz|tar zx SAVE ARTIFACT codeql