From 8cb6c9e27e54637e5de820dec9090db48d4d7308 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:29:26 +0000 Subject: [PATCH] codeql: Update to version 2.17.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 4760babfc6..1a0d48aaf8 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.17.3", + "version": "2.17.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.17.3/codeql-win64.zip", - "hash": "4c6fbf2ea2eaf0f47bf0347eacf54c6b9d6bdf7acb6b63e17f9e6f2dd83b34e7", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.17.4/codeql-win64.zip", + "hash": "39781de401df2bd937fbc7e2466018b7cf6c36c691eb6e814a94777364abd86e", "extract_dir": "codeql" } },