From a5f4123fb014773482d5eded7370f278a8e91c10 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 17 May 2023 18:23:54 +0100 Subject: [PATCH] Improve changelog note --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46693e5a3..506534fa41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ ## [UNRELEASED] - We are rolling out a feature in May 2023 that will disable Python dependency installation for new users of the CodeQL Action. This improves the speed of analysis while having only a very minor impact on results. [#1676](https://github.com/github/codeql-action/pull/1676) -- We are improving the way that the CodeQL bundle is tagged to streamline the process of obtaining the CodeQL tools. - - As of CodeQL CLI 2.13.3, the CodeQL bundle will be tagged using a semantic version, for example `codeql-bundle-v2.13.3` instead of a timestamp like `codeql-bundle-20230601`. +- We are improving the way that [CodeQL bundles](https://github.com/github/codeql-action/releases) are tagged to make it possible to easily identify bundles by their CodeQL semantic version. + - As of CodeQL CLI 2.13.3, CodeQL bundles will be tagged using semantic versions, for example `codeql-bundle-v2.13.3`, instead of timestamps, like `codeql-bundle-20230601`. - This change does not affect the majority of workflows, and we will not be changing tags for existing bundle releases. - - Users may need to update any workflows that depend on the specific format of the CodeQL bundle tag. + - Some workflows with custom logic that depends on the specific format of the CodeQL bundle tag may need to be updated. For example, if your workflow matches CodeQL bundle tag names against a `codeql-bundle-yyyymmdd` pattern, you should update it to also recognize `codeql-bundle-vx.y.z` tags. - Remove the requirement for `on.push` and `on.pull_request` to trigger on the same branches. [#1675](https://github.com/github/codeql-action/pull/1675) ## 2.3.3 - 04 May 2023