Merge pull request #2552 from github/update-bundle/codeql-bundle-v2.19.2
Update default bundle to 2.19.2
This commit is contained in:
commit
b35b023d9b
3 changed files with 9 additions and 8 deletions
|
|
@ -8,6 +8,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
|
|||
|
||||
- Bump the minimum CodeQL bundle version to 2.14.6. [#2549](https://github.com/github/codeql-action/pull/2549)
|
||||
- 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)
|
||||
- Update default CodeQL bundle version to 2.19.2. [#2552](https://github.com/github/codeql-action/pull/2552)
|
||||
|
||||
## 3.26.13 - 14 Oct 2024
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bundleVersion": "codeql-bundle-v2.19.1",
|
||||
"cliVersion": "2.19.1",
|
||||
"priorBundleVersion": "codeql-bundle-v2.19.0",
|
||||
"priorCliVersion": "2.19.0"
|
||||
"bundleVersion": "codeql-bundle-v2.19.2",
|
||||
"cliVersion": "2.19.2",
|
||||
"priorBundleVersion": "codeql-bundle-v2.19.1",
|
||||
"priorCliVersion": "2.19.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bundleVersion": "codeql-bundle-v2.19.1",
|
||||
"cliVersion": "2.19.1",
|
||||
"priorBundleVersion": "codeql-bundle-v2.19.0",
|
||||
"priorCliVersion": "2.19.0"
|
||||
"bundleVersion": "codeql-bundle-v2.19.2",
|
||||
"cliVersion": "2.19.2",
|
||||
"priorBundleVersion": "codeql-bundle-v2.19.1",
|
||||
"priorCliVersion": "2.19.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue