Skip to content

Commit de94575

Browse files
authored
Merge pull request #2352 from github/update-bundle/codeql-bundle-v2.17.6
Update default bundle to 2.17.6
2 parents 9b7c22c + a32d305 commit de94575

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
@@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
77
## [UNRELEASED]
88

99
- Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349)
10+
- Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352)
1011

1112
## 3.25.10 - 13 Jun 2024
1213

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.5",
3-
"cliVersion": "2.17.5",
4-
"priorBundleVersion": "codeql-bundle-v2.17.4",
5-
"priorCliVersion": "2.17.4"
2+
"bundleVersion": "codeql-bundle-v2.17.6",
3+
"cliVersion": "2.17.6",
4+
"priorBundleVersion": "codeql-bundle-v2.17.5",
5+
"priorCliVersion": "2.17.5"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.17.5",
3-
"cliVersion": "2.17.5",
4-
"priorBundleVersion": "codeql-bundle-v2.17.4",
5-
"priorCliVersion": "2.17.4"
2+
"bundleVersion": "codeql-bundle-v2.17.6",
3+
"cliVersion": "2.17.6",
4+
"priorBundleVersion": "codeql-bundle-v2.17.5",
5+
"priorCliVersion": "2.17.5"
66
}

0 commit comments

Comments
 (0)