From 0cd24d8654cab743666601502cc8898bc03c8f44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:07:48 +0000 Subject: [PATCH] Update changelog and version after v4.36.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46c659fc..039117fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.36.0 - 22 May 2026 - _Breaking change_: Bump the minimum required CodeQL bundle version to 2.19.4. [#3894](https://github.com/github/codeql-action/pull/3894) diff --git a/package-lock.json b/package-lock.json index 0a03bbb82..5ad551346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index ffc4ed7ff..681f520dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "private": true, "description": "CodeQL action", "scripts": {