Skip to content

Commit a4e1a01

Browse files
authored
Merge pull request #3012 from github/update-v3.29.6-67a6ea72b
Merge main into releases/v3
2 parents 51f7732 + c587f0a commit a4e1a01

File tree

464 files changed

+51658
-72769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

464 files changed

+51658
-72769
lines changed

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.29.6 - 07 Aug 2025
6+
7+
- The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [#2999](https://github.com/github/codeql-action/pull/2999)
8+
- Update default CodeQL bundle version to 2.22.3. [#3000](https://github.com/github/codeql-action/pull/3000)
9+
510
## 3.29.5 - 29 Jul 2025
611

712
- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)

analyze/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ inputs:
1919
# If changing this, make sure to update workflow.ts accordingly.
2020
default: "always"
2121
cleanup-level:
22-
description: "Level of cleanup to perform on CodeQL databases at the end of the analyze step. This should either be 'none' to skip cleanup, or be a valid argument for the --cache-cleanup flag of the CodeQL CLI command 'codeql database cleanup' as documented at https://codeql.github.com/docs/codeql-cli/manual/database-cleanup"
22+
description: >-
23+
DEPRECATED. This option is ignored since, for performance reasons, the CodeQL Action no longer saves
24+
intermediate results during evaluation.
2325
required: false
24-
default: "brutal"
2526
ram:
2627
description: >-
2728
The amount of memory in MB that can be used by CodeQL for database finalization and query execution.

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default [
138138
rules: {
139139
"@typescript-eslint/no-explicit-any": "off",
140140
"@typescript-eslint/no-unsafe-assignment": "off",
141+
"@typescript-eslint/no-unsafe-enum-comparison": "off",
141142
"@typescript-eslint/no-unsafe-member-access": "off",
142143
"@typescript-eslint/no-var-requires": "off",
143144
"@typescript-eslint/prefer-regexp-exec": "off",

lib/actions-util.js

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action-env.test.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)