Skip to content

Commit 50931b4

Browse files
committed
Add changelog note
1 parent f54f073 commit 50931b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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`.
8+
- 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.
610
- 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)
711

812
## 2.3.3 - 04 May 2023

0 commit comments

Comments
 (0)