Skip to content

Commit fe23b5a

Browse files
authored
Merge pull request #2016 from github/update-bundle/codeql-bundle-v2.15.4
Update default bundle to 2.15.4
2 parents 382a50a + 183559c commit fe23b5a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Update default CodeQL bundle version to 2.15.4. [#2016](https://github.com/github/codeql-action/pull/2016)
88

99
## 2.22.9 - 07 Dec 2023
1010

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.15.3",
3-
"cliVersion": "2.15.3",
4-
"priorBundleVersion": "codeql-bundle-v2.15.2",
5-
"priorCliVersion": "2.15.2"
2+
"bundleVersion": "codeql-bundle-v2.15.4",
3+
"cliVersion": "2.15.4",
4+
"priorBundleVersion": "codeql-bundle-v2.15.3",
5+
"priorCliVersion": "2.15.3"
66
}

src/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.15.3",
3-
"cliVersion": "2.15.3",
4-
"priorBundleVersion": "codeql-bundle-v2.15.2",
5-
"priorCliVersion": "2.15.2"
2+
"bundleVersion": "codeql-bundle-v2.15.4",
3+
"cliVersion": "2.15.4",
4+
"priorBundleVersion": "codeql-bundle-v2.15.3",
5+
"priorCliVersion": "2.15.3"
66
}

0 commit comments

Comments
 (0)