Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5

This commit is contained in:
Chris Smowton 2024-06-12 17:53:25 +01:00 committed by GitHub
commit b3642aa04d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
210 changed files with 2927 additions and 1291 deletions

View file

@ -8,6 +8,11 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
- Update default CodeQL bundle version to 2.17.5. [#2327](https://github.com/github/codeql-action/pull/2327)
## 3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. [#2330](https://github.com/github/codeql-action/pull/2330)
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. [#2332](https://github.com/github/codeql-action/pull/2332)
## 3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. [#2321](https://github.com/github/codeql-action/pull/2321)