From 1119924884f6d4c6733d17a315651257420a7a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 16:29:45 +0000 Subject: [PATCH] codeql: Update to version 2.21.1 --- bucket/codeql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/codeql.json b/bucket/codeql.json index fc98c9ff50..5f0c98b4b0 100644 --- a/bucket/codeql.json +++ b/bucket/codeql.json @@ -1,5 +1,5 @@ { - "version": "2.21.0", + "version": "2.21.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.21.0/codeql-win64.zip", - "hash": "3f753d62b31e3fdebb3fc10fd41a4fe50386f5eff6fbb5eea264d278d9ba813f", + "url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.21.1/codeql-win64.zip", + "hash": "79b10e3d71604c72a31226a628f128f437750b56bcf4a4c561d42d96b7ee004e", "extract_dir": "codeql" } },