From 070e92e8fd149548214185cebfe6c3e3508f8ffe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:52:41 +0000 Subject: [PATCH] Update default bundle to codeql-bundle-v2.15.1 --- 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 035833da8..977a88f96 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.15.0", - "cliVersion": "2.15.0", - "priorBundleVersion": "codeql-bundle-v2.14.6", - "priorCliVersion": "2.14.6" + "bundleVersion": "codeql-bundle-v2.15.1", + "cliVersion": "2.15.1", + "priorBundleVersion": "codeql-bundle-v2.15.0", + "priorCliVersion": "2.15.0" } diff --git a/src/defaults.json b/src/defaults.json index 89b5f5faa..52ce5f795 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.15.0", - "cliVersion": "2.15.0", - "priorBundleVersion": "codeql-bundle-v2.14.6", - "priorCliVersion": "2.14.6" + "bundleVersion": "codeql-bundle-v2.15.1", + "cliVersion": "2.15.1", + "priorBundleVersion": "codeql-bundle-v2.15.0", + "priorCliVersion": "2.15.0" }