From 712c0813c6dea89b9cf19272cd0ccc3ddbf0cbb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:30:23 +0000 Subject: [PATCH] codeql: Update to version 2.16.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index c92d2b106f..214ffe9367 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.16.2", + "version": "2.16.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.16.2/codeql-win64.zip", - "hash": "808381e72ce92b676d41f5f272cc6e33b339598fdf0ca18e27685f1a6f2bb7e0", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.3/codeql-win64.zip", + "hash": "66d53850ef14da05e23ddaa5553e07593d91c40f4b7d011d260b6a371e811cad", "extract_dir": "codeql" } },