From c9376566cd02b816415d5a9edbd4ee88b8e97802 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:31:55 +0000 Subject: [PATCH] codeql: Update to version 2.20.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index d71de7f1ac..4f2dc290af 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.20.3", + "version": "2.20.4", "description": "Source code security analyzer from GitHub", "homepage": "https://github.com/github/codeql-cli-binaries", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.20.3/codeql-win64.zip", - "hash": "ed7be92c1502180e247010859338251804a00d35371e857134e064f6e5b1aeaa", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.20.4/codeql-win64.zip", + "hash": "649e5939466fff83de26a52013a6d9a10011d59a556909afc5fb6491666fc830", "extract_dir": "codeql" } },