Skip to content

Commit c6dff34

Browse files
authored
Merge pull request #1721 from github/update-bundle/codeql-bundle-v2.13.4
Update default bundle to 2.13.4
2 parents de74ca6 + 3e0c87d commit c6dff34

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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.4. [#1721](https://github.com/github/codeql-action/pull/1721)
56
- Experimental: add a new `resolve-environment` action which attempts to infer a configuration for the build environment that is required to build a given project. Do not use this in production as it is part of an internal experiment and subject to change at any time.
67

78
## 2.20.0 - 13 Jun 2023

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230524",
3-
"cliVersion": "2.13.3",
4-
"priorBundleVersion": "codeql-bundle-20230428",
5-
"priorCliVersion": "2.13.1"
2+
"bundleVersion": "codeql-bundle-v2.13.4",
3+
"cliVersion": "2.13.4",
4+
"priorBundleVersion": "codeql-bundle-20230524",
5+
"priorCliVersion": "2.13.3"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230524",
3-
"cliVersion": "2.13.3",
4-
"priorBundleVersion": "codeql-bundle-20230428",
5-
"priorCliVersion": "2.13.1"
2+
"bundleVersion": "codeql-bundle-v2.13.4",
3+
"cliVersion": "2.13.4",
4+
"priorBundleVersion": "codeql-bundle-20230524",
5+
"priorCliVersion": "2.13.3"
66
}

0 commit comments

Comments
 (0)