Skip to content

Commit a42c0ca

Browse files
authored
Merge pull request #1743 from github/update-bundle/codeql-bundle-v2.13.5
Update default bundle to 2.13.5
2 parents e960e48 + 66431bf commit a42c0ca

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

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

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743)
66

77
## 2.20.2 - 03 Jul 2023
88

lib/defaults.json

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

src/defaults.json

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

0 commit comments

Comments
 (0)