Update changelog and version for v3.28.20

This commit is contained in:
Koen Vlaswinkel
2025-07-21 11:24:11 +02:00
parent f6c7f63bda
commit 07bb2b932c
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -2,6 +2,10 @@
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
## 3.28.20 - 21 July 2025
- Remove support for combining SARIF files from a single upload for GHES 3.18, see [the changelog post](https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload/). [#2959](https://github.com/github/codeql-action/pull/2959)
## 3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. [#2893](https://github.com/github/codeql-action/pull/2893)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.28.18",
"version": "3.28.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "3.28.18",
"version": "3.28.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "3.28.18",
"version": "3.28.20",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.28.18",
"version": "3.28.20",
"private": true,
"description": "CodeQL action",
"scripts": {