From b19de8233f88e096360e38d9518d2ed6b2cc6989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:27:14 +0000 Subject: [PATCH] codeql: Update to version 2.14.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index a558e5c849..85ebf2770a 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.14.2", + "version": "2.14.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.14.2/codeql-win64.zip", - "hash": "3707f80aea95f158becdd8a29538fa71fa1178eb3b8dca613de55fa1519dcbfc", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.3/codeql-win64.zip", + "hash": "2b0f34c451c0a68f1ecbacf0c0bcd16e50f9dcb8d4edc58c421c35b6d604bbf9", "extract_dir": "codeql" } },