From 02d03bf08d2eaa8022a833cc4d0baf432dae76a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:32:47 +0000 Subject: [PATCH] codeql: Update to version 2.14.5 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index c7c86b3275..fa46a1659d 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.14.4", + "version": "2.14.5", "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.4/codeql-win64.zip", - "hash": "4a08ecb0aae387273cf08b4c95ed92c1bd50ce885771f39a1878fafaa97d1e79", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.5/codeql-win64.zip", + "hash": "861fcb38365cc311efee0c3a28c77494e93c69a969885b72e53173ad473f61aa", "extract_dir": "codeql" } },