Skip to content

Commit 33393cc

Browse files
authored
Merge branch 'main' into mbg/ci/rollback-release
2 parents 3376c74 + 14148a4 commit 33393cc

File tree

65 files changed

+408
-369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+408
-369
lines changed

.github/workflows/__autobuild-direct-tracing-with-working-dir.yml

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__autobuild-direct-tracing.yml

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.22.4. [#3044](https://github.com/github/codeql-action/pull/3044)
8+
9+
## 3.29.10 - 18 Aug 2025
10+
711
No user facing changes.
812

913
## 3.29.9 - 12 Aug 2025

lib/analyze-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.18", "minimumVersion": "3.14" }
1+
{ "maximumVersion": "3.19", "minimumVersion": "3.14" }

lib/autobuild-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.22.3",
3-
"cliVersion": "2.22.3",
4-
"priorBundleVersion": "codeql-bundle-v2.22.2",
5-
"priorCliVersion": "2.22.2"
2+
"bundleVersion": "codeql-bundle-v2.22.4",
3+
"cliVersion": "2.22.4",
4+
"priorBundleVersion": "codeql-bundle-v2.22.3",
5+
"priorCliVersion": "2.22.3"
66
}

0 commit comments

Comments
 (0)