From b5bafa8d1921a8e9ed6e9b5b0f8d7c08cad27a65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:24:14 +0000 Subject: [PATCH] codeql: Update to version 2.13.4 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 79c4fa88d1..b979c90b87 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.13.3", + "version": "2.13.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.13.3/codeql-win64.zip", - "hash": "5f0f1a578c917b87d666c7a31242062d88ddb28f819e408e7a144d0735a51d51", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.13.4/codeql-win64.zip", + "hash": "892670c6323510b53c25363e301c64f35ecff02000820d0ebc081ee51fc4b2b6", "extract_dir": "codeql" } },