From 5563bdf81d0aa11afd1be6840cd790fa4fe22262 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 16:30:09 +0000 Subject: [PATCH] codeql: Update to version 2.13.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index 6081785c93..761f86176c 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.13.0", + "version": "2.13.1", "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.0/codeql-win64.zip", - "hash": "322c151d154cd28f40842b6074d0010109764165256db0d15033fb13774e8010", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.13.1/codeql-win64.zip", + "hash": "4f228e8bc1299239357e9a0851f3c58905914da9941d1d046e950b024e2f2b13", "extract_dir": "codeql" } },