From 75cea8d39a37253b3e20371cfa259de781aa2d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:24:12 +0000 Subject: [PATCH] codeql: Update to version 2.14.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 85ebf2770a..c7c86b3275 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.14.3", + "version": "2.14.4", "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.3/codeql-win64.zip", - "hash": "2b0f34c451c0a68f1ecbacf0c0bcd16e50f9dcb8d4edc58c421c35b6d604bbf9", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.4/codeql-win64.zip", + "hash": "4a08ecb0aae387273cf08b4c95ed92c1bd50ce885771f39a1878fafaa97d1e79", "extract_dir": "codeql" } },