Merge pull request #2747 from github/mergeback/v3.28.8-to-main-dd746615

Mergeback v3.28.8 refs/heads/releases/v3 into main
This commit is contained in:
Henry Mercer 2025-01-29 19:50:50 +00:00 committed by GitHub
commit cf6550fa50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View file

@ -4,7 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
## [UNRELEASED]
- Enable support for Kotlin 2.1.20 when running with CodeQL CLI v2.20.3. [#2744](https://github.com/github/codeql-action/pull/2744)
No user facing changes.
## 3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. [#2744](https://github.com/github/codeql-action/pull/2744)
## 3.28.7 - 29 Jan 2025

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

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

4
package-lock.json generated
View file

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

View file

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