From 7b0dec8831147f9bd0506d3166f09ee2b7f97d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:24:18 +0000 Subject: [PATCH] codeql: Update to version 2.16.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index c02b2a7715..c4b20e2d66 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.16.0", + "version": "2.16.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.16.0/codeql-win64.zip", - "hash": "48bb294672cb5dff66c49e4c2a4b33fd8a1cc81050806c8933fbedf781f54220", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.1/codeql-win64.zip", + "hash": "9ebe5ea8a7d0a77425428d50d49912319117fccee24ecb62f6219c12584f4f28", "extract_dir": "codeql" } },