Merge pull request #2562 from github/mergeback/v3.27.0-to-main-66247203

Mergeback v3.27.0 refs/heads/releases/v3 into main
This commit is contained in:
Arthur Baars 2024-10-22 18:46:46 +02:00 committed by GitHub
commit b7cdb7fd39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,10 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
## [UNRELEASED]
No user facing changes.
## 3.27.0 - 22 Oct 2024
- 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)

2
node_modules/.package-lock.json generated vendored
View File

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.27.0",
"version": "3.27.1",
"lockfileVersion": 3,
"requires": true,
"packages": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "3.27.0",
"version": "3.27.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "3.27.0",
"version": "3.27.1",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.9",

View File

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.27.0",
"version": "3.27.1",
"private": true,
"description": "CodeQL action",
"scripts": {