From 6b1da0d33edd5c537c31cbcd7e7b72c4a7e17681 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:37:20 +0000 Subject: [PATCH] Update default bundle to codeql-bundle-v2.20.5 --- lib/defaults.json | 8 ++++---- src/defaults.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index 0cf44ca0a..eb86ae86c 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.20.4", - "cliVersion": "2.20.4", - "priorBundleVersion": "codeql-bundle-v2.20.3", - "priorCliVersion": "2.20.3" + "bundleVersion": "codeql-bundle-v2.20.5", + "cliVersion": "2.20.5", + "priorBundleVersion": "codeql-bundle-v2.20.4", + "priorCliVersion": "2.20.4" } diff --git a/src/defaults.json b/src/defaults.json index a33f8560e..c23048c95 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.20.4", - "cliVersion": "2.20.4", - "priorBundleVersion": "codeql-bundle-v2.20.3", - "priorCliVersion": "2.20.3" + "bundleVersion": "codeql-bundle-v2.20.5", + "cliVersion": "2.20.5", + "priorBundleVersion": "codeql-bundle-v2.20.4", + "priorCliVersion": "2.20.4" }