From c68ea60a200a88df0da101c9dd6c55f420e46d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:13:44 +0000 Subject: [PATCH] Update changelog and version after v4.35.5 --- CHANGELOG.md | 10 ++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f61251a2..9a0bc0045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -- Add support for SHA-256 Git object IDs. [#3893](https://github.com/github/codeql-action/pull/3893) -- For performance and accuracy reasons, [improved incremental analysis](https://github.com/github/roadmap/issues/1158) will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. [#3791](https://github.com/github/codeql-action/pull/3791) -- If multiple inputs are provided for the GitHub-internal `analysis-kinds` input, only `code-scanning` will be enabled. The `analysis-kinds` input is experimental, for GitHub-internal use only, and may change without notice at any time. [#3892](https://github.com/github/codeql-action/pull/3892) -- Added an experimental change which, when running a Code Scanning analysis for a PR with [improved incremental analysis](https://github.com/github/roadmap/issues/1158) enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. [#3880](https://github.com/github/codeql-action/pull/3880) +No user facing changes. + +## v4.35.5 - 14 May 2026 + +This release rolls back 4.35.4 due to issues with that release. It is identical to 0.0.0. ## 4.35.4 - 07 May 2026 @@ -1208,3 +1209,4 @@ No user facing changes. - Add this changelog file. [#507](https://github.com/github/codeql-action/pull/507) - Improve grouping of analysis logs. Add a new log group containing a summary of metrics and diagnostics, if they were produced by CodeQL builtin queries. [#515](https://github.com/github/codeql-action/pull/515) - Add metrics and diagnostics summaries from custom query suites to the analysis summary log group. [#532](https://github.com/github/codeql-action/pull/532) + diff --git a/package-lock.json b/package-lock.json index 48052b773..130ed3da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.35.5", + "version": "4.35.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.35.5", + "version": "4.35.6", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index d46e50792..3f6cc6a27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.35.5", + "version": "4.35.6", "private": true, "description": "CodeQL action", "scripts": {