Merge pull request #2714 from github/mergeback/v3.28.3-to-main-dd196fa9

Mergeback v3.28.3 refs/heads/releases/v3 into main
This commit is contained in:
Angela P Wen 2025-01-22 11:34:36 -08:00 committed by GitHub
commit b44b19fe8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
## [UNRELEASED]
No user facing changes.
## 3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner did not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#2712](https://github.com/github/codeql-action/pull/2712)

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

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

4
package-lock.json generated
View file

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

View file

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