Update changelog and version after v4.31.11

This commit is contained in:
github-actions[bot]
2026-01-23 13:53:17 +00:00
parent 19b2f06db2
commit 6e162a0930
3 changed files with 7 additions and 3 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.
## [UNRELEASED]
No user facing changes.
## 4.31.11 - 23 Jan 2026
- When running a Default Setup workflow with [Actions debugging enabled](https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging), the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. [#3409](https://github.com/github/codeql-action/pull/3409)

4
package-lock.json generated
View File

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

View File

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