From f95a7f063f3eb38995982d1a9ac4bbaa54e8f01b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:28:35 +0000 Subject: [PATCH] codeql: Update to version 2.19.3 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index fcd092e560..189c0fd264 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.19.2", + "version": "2.19.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.19.2/codeql-win64.zip", - "hash": "c17ca088ef1799799d99525a9a98b55e317f8663603e24af35b07849d9a05460", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.19.3/codeql-win64.zip", + "hash": "3b41e855b116677738d70ab393b78181d0220cf46b1da88681114175b0fc90ef", "extract_dir": "codeql" } },