From 50b79943e6ae5c8febc0b1ce31f63e7f92b3680f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:32:42 +0000 Subject: [PATCH] chore(deps): update dependency github/codeql-action to v2.25.5 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a0ec1c0..338efe9 100644 --- a/Earthfile +++ b/Earthfile @@ -403,7 +403,7 @@ ci-artifacts: # ci-codeql-setup sets up CodeQL for the ci-codeql target. ci-codeql-setup: - ARG CODEQL_VERSION=2.25.3 + ARG CODEQL_VERSION=2.25.5 FROM curlimages/curl:8.20.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