From 900e62b8d96ae41e70fc6eeabd5ad694ffd8b93a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:31:01 +0000 Subject: [PATCH] codeql: Update to version 2.16.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 9e2ef98407..998a370c3c 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.16.4", + "version": "2.16.5", "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.4/codeql-win64.zip", - "hash": "cc488c8c4ad779608da3df2ccc4586f51f86dcab39117b97fd4ee5db339edb6f", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.5/codeql-win64.zip", + "hash": "b2212d711d58cbc20d481f8934ea6da94cd6b8493f9aa9623d2a7d960e4479ed", "extract_dir": "codeql" } },