Skip to content

Commit 318bcc7

Browse files
authored
Merge pull request #1664 from github/update-bundle/codeql-bundle-20230428
Update default bundle to 2.13.1
2 parents 8ca5570 + f72bf5d commit 318bcc7

8 files changed

+19
-13
lines changed

.github/workflows/__ml-powered-queries.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [UNRELEASED]
44

5+
- Update default CodeQL bundle version to 2.13.1. [#1664](https://github.com/github/codeql-action/pull/1664)
56
- You can now configure CodeQL within your code scanning workflow by passing a `config` input to the `init` Action. See [Using a custom configuration file](https://aka.ms/code-scanning-docs/config-file) for more information about configuring code scanning. [#1590](https://github.com/github/codeql-action/pull/1590)
67

78
## 2.3.2 - 27 Apr 2023

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230414",
3-
"cliVersion": "2.13.0",
4-
"priorBundleVersion": "codeql-bundle-20230403",
5-
"priorCliVersion": "2.12.6"
2+
"bundleVersion": "codeql-bundle-20230428",
3+
"cliVersion": "2.13.1",
4+
"priorBundleVersion": "codeql-bundle-20230414",
5+
"priorCliVersion": "2.13.0"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230414",
3-
"cliVersion": "2.13.0",
4-
"priorBundleVersion": "codeql-bundle-20230403",
5-
"priorCliVersion": "2.12.6"
2+
"bundleVersion": "codeql-bundle-20230428",
3+
"cliVersion": "2.13.1",
4+
"priorBundleVersion": "codeql-bundle-20230414",
5+
"priorCliVersion": "2.13.0"
66
}

0 commit comments

Comments
 (0)