From e1bdc2caf4b4e4e2bdee01347f3d325fc736cb70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:30:20 +0000 Subject: [PATCH] codeql: Update to version 2.14.2 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 36d7056861..a558e5c849 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.14.1", + "version": "2.14.2", "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.1/codeql-win64.zip", - "hash": "be4f85d9f55adaf5174866bb584e2f4cc7f868f277b42f1e681836890c529554", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.2/codeql-win64.zip", + "hash": "3707f80aea95f158becdd8a29538fa71fa1178eb3b8dca613de55fa1519dcbfc", "extract_dir": "codeql" } },