Merge pull request #2998 from github/mergeback/v3.29.5-to-main-51f77329

Mergeback v3.29.5 refs/heads/releases/v3 into main
This commit is contained in:
Chuan-kai Lin
2025-07-29 14:26:29 -07:00
committed by GitHub
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.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
## 3.29.4 - 23 Jul 2025

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

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

4
package-lock.json generated
View File

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

View File

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