Skip to content

Commit a5f4123

Browse files
committed
Improve changelog note
1 parent 50931b4 commit a5f4123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## [UNRELEASED]
44

55
- 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)
6-
- We are improving the way that the CodeQL bundle is tagged to streamline the process of obtaining the CodeQL tools.
7-
- 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`.
6+
- 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.
7+
- 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`.
88
- This change does not affect the majority of workflows, and we will not be changing tags for existing bundle releases.
9-
- Users may need to update any workflows that depend on the specific format of the CodeQL bundle tag.
9+
- 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.
1010
- 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)
1111

1212
## 2.3.3 - 04 May 2023

0 commit comments

Comments
 (0)