From 43a9859560d1a2568a7fb3eca24971adf2e2afcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:30:00 +0000 Subject: [PATCH] codeql: Update to version 2.20.2 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 7c0252b8ca..7de5e5600a 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.20.1", + "version": "2.20.2", "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.1/codeql-win64.zip", - "hash": "e24a28b245161c813923f295ab43df8e81a8fa53f275da8729ce9f6563ab37dd", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.20.2/codeql-win64.zip", + "hash": "eaa098d6c30cbf9c2b74815019765fd0bdadc04c5e47406153dc54834181f6fe", "extract_dir": "codeql" } },