Merge branch 'main' into aeisenberg/specify-versions

This commit is contained in:
Andrew Eisenberg 2024-05-08 11:45:08 -07:00 committed by GitHub
commit 9fba755525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 146 additions and 67 deletions

View file

@ -6,8 +6,13 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
## [UNRELEASED]
No user facing changes.
## 3.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. [#2270](https://github.com/github/codeql-action/pull/2270)
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the [README.md](README.md). [#2273](https://github.com/github/codeql-action/pull/2273)
- Avoid printing out a warning for a missing `on.push` trigger when the CodeQL Action is triggered via a `workflow_call` event. [#2274](https://github.com/github/codeql-action/pull/2274)
## 3.25.3 - 25 Apr 2024