From c050c403798621a7a2b7532f311a52d9ff1362bc Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 10 Jan 2025 10:59:20 -0800 Subject: [PATCH] Stop updating `releases/v2` branch CodeQL Action v2 is now deprecated: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ and this PR will prevent the automation from backporting new changes to the `v2` branch when we replease. --- .github/releases.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/releases.ini b/.github/releases.ini index 83aee4b155..69afa026d4 100644 --- a/.github/releases.ini +++ b/.github/releases.ini @@ -1 +1 @@ -OLDEST_SUPPORTED_MAJOR_VERSION=2 +OLDEST_SUPPORTED_MAJOR_VERSION=3