From 0afd3c7fe1866443ce59828775ae5cbac20782e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:37:13 +0000 Subject: [PATCH] codeql: Update to version 2.20.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index c0e9b1697c..7c0252b8ca 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.20.0", + "version": "2.20.1", "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.0/codeql-win64.zip", - "hash": "b62f81fe0746f23d7805e45e021ebd5b3b58fc9f4fab177b42f3319fe6f8bf33", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.20.1/codeql-win64.zip", + "hash": "e24a28b245161c813923f295ab43df8e81a8fa53f275da8729ce9f6563ab37dd", "extract_dir": "codeql" } },