From 02efe1b465e247bd6f8de6c56dafecf52dea0ef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:27:57 +0000 Subject: [PATCH] codeql: Update to version 2.17.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index a61bfb4877..c9f5dc51f3 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.17.0", + "version": "2.17.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.17.0/codeql-win64.zip", - "hash": "ff338c30f864c94a22249a1af21eaaf5c99e4ee8151a799ad20b7e2a86f03c80", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.17.1/codeql-win64.zip", + "hash": "688eaa487ee003463ada147824bf393262f2a3649f163c1f6d8a623761e3675f", "extract_dir": "codeql" } },