From 07bb2b932c90fc1ec97637495e4072a0966fa74c Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Mon, 21 Jul 2025 11:24:11 +0200 Subject: [PATCH] Update changelog and version for v3.28.20 --- CHANGELOG.md | 4 ++++ node_modules/.package-lock.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618f540ee..58c01b073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e738bf3b0..01d7fab35 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.18", + "version": "3.28.20", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 59c09e9b8..49e1636cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 569f8945e..b66d755d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.18", + "version": "3.28.20", "private": true, "description": "CodeQL action", "scripts": {