Release preparation for version 2.23.6

This commit is contained in:
github-actions[bot]
2025-11-17 16:38:07 +00:00
parent 07c80b4685
commit 18fa6799ce
171 changed files with 470 additions and 164 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.35
No user-facing changes.
## 1.0.34
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.35
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.34
lastReleaseVersion: 1.0.35

View File

@@ -1,5 +1,5 @@
name: codeql-go-consistency-queries
version: 1.0.35-dev
version: 1.0.35
groups:
- go
- queries

View File

@@ -1,3 +1,12 @@
## 5.0.2
### Bug Fixes
* Some fixes relating to use of path transformers when extracting a database:
* Fixed a problem where the path transformer would be ignored when extracting older codebases that predate the use of Go modules.
* The environment variable `CODEQL_PATH_TRANSFORMER` is now recognized, in addition to `SEMMLE_PATH_TRANSFORMER`.
* Fixed some cases where the extractor emitted paths without applying the path transformer.
## 5.0.1
No user-facing changes.

View File

@@ -1,6 +1,7 @@
---
category: fix
---
## 5.0.2
### Bug Fixes
* Some fixes relating to use of path transformers when extracting a database:
* Fixed a problem where the path transformer would be ignored when extracting older codebases that predate the use of Go modules.
* The environment variable `CODEQL_PATH_TRANSFORMER` is now recognized, in addition to `SEMMLE_PATH_TRANSFORMER`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.1
lastReleaseVersion: 5.0.2

View File

@@ -1,5 +1,5 @@
name: codeql/go-all
version: 5.0.2-dev
version: 5.0.2
groups: go
dbscheme: go.dbscheme
extractor: go

View File

@@ -1,3 +1,7 @@
## 1.4.9
No user-facing changes.
## 1.4.8
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.4.9
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.8
lastReleaseVersion: 1.4.9

View File

@@ -1,5 +1,5 @@
name: codeql/go-queries
version: 1.4.9-dev
version: 1.4.9
groups:
- go
- queries