Skip to content

Commit b35b023

Browse files
authored
Merge pull request #2552 from github/update-bundle/codeql-bundle-v2.19.2
Update default bundle to 2.19.2
2 parents dafc762 + 7080a68 commit b35b023

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

99
- Bump the minimum CodeQL bundle version to 2.14.6. [#2549](https://github.com/github/codeql-action/pull/2549)
1010
- Fix an issue where the `upload-sarif` Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the `upload-sarif` Action. [#2557](https://github.com/github/codeql-action/pull/2557)
11+
- Update default CodeQL bundle version to 2.19.2. [#2552](https://github.com/github/codeql-action/pull/2552)
1112

1213
## 3.26.13 - 14 Oct 2024
1314

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.19.1",
3-
"cliVersion": "2.19.1",
4-
"priorBundleVersion": "codeql-bundle-v2.19.0",
5-
"priorCliVersion": "2.19.0"
2+
"bundleVersion": "codeql-bundle-v2.19.2",
3+
"cliVersion": "2.19.2",
4+
"priorBundleVersion": "codeql-bundle-v2.19.1",
5+
"priorCliVersion": "2.19.1"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.19.1",
3-
"cliVersion": "2.19.1",
4-
"priorBundleVersion": "codeql-bundle-v2.19.0",
5-
"priorCliVersion": "2.19.0"
2+
"bundleVersion": "codeql-bundle-v2.19.2",
3+
"cliVersion": "2.19.2",
4+
"priorBundleVersion": "codeql-bundle-v2.19.1",
5+
"priorCliVersion": "2.19.1"
66
}

0 commit comments

Comments
 (0)