From 0413f86c4e463eee877f3bd340c3874a016c7207 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:25:25 +0000 Subject: [PATCH] codeql: Update to version 2.17.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index a381e7934f..4760babfc6 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.17.2", + "version": "2.17.3", "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.17.2/codeql-win64.zip", - "hash": "b9e886611fa4988b239fb0a9ec584c2983e8592d0874adc72a105941e25dfddc", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.17.3/codeql-win64.zip", + "hash": "4c6fbf2ea2eaf0f47bf0347eacf54c6b9d6bdf7acb6b63e17f9e6f2dd83b34e7", "extract_dir": "codeql" } },