Merge pull request #2715 from github/update-v3.28.4-b44b19fe8

Merge main into releases/v3
This commit is contained in:
Chris Smowton 2025-01-23 16:43:44 +00:00 committed by GitHub
commit ee117c905a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

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.4 - 23 Jan 2025
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)

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": {