From ef813e91bcead90ae059abc75fe56b06cd2ac2d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:11:23 +0000 Subject: [PATCH] codeql: Update to version 2.16.6 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 998a370c3c..72866a0fee 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.16.5", + "version": "2.16.6", "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.16.5/codeql-win64.zip", - "hash": "b2212d711d58cbc20d481f8934ea6da94cd6b8493f9aa9623d2a7d960e4479ed", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.6/codeql-win64.zip", + "hash": "83aa4bd5f28795ad9c2ccab419cb249818d70a9afb94abe7ebcaf2b4018a8afa", "extract_dir": "codeql" } },