From 4a8d26e2bd2c438d0b55dffe074621b5e67c3757 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 8 Sep 2022 18:29:45 +0100 Subject: [PATCH 1/2] Bump CodeQL version to 2.10.5 --- lib/defaults.json | 2 +- src/defaults.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index 4d06bce515..507d26f25b 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220825" + "bundleVersion": "codeql-bundle-20220908" } diff --git a/src/defaults.json b/src/defaults.json index 4158343c54..4f9c896681 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220825" + "bundleVersion": "codeql-bundle-20220908" } From ff575f231de8f28db583c5ba58ec711b443d4f37 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 8 Sep 2022 18:31:08 +0100 Subject: [PATCH 2/2] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cbd4bf7a..ae515e9923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new `registries` input for the `init` action. [#1221](https://github.com/github/codeql-action/pull/1221) +- Update default CodeQL bundle version to 2.10.5. [#1240](https://github.com/github/codeql-action/pull/1240) ## 2.1.22 - 01 Sep 2022