Skip to content

Commit e93b900

Browse files
authored
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3
2 parents 15447f3 + 510dfa3 commit e93b900

27 files changed

+166
-102
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- Update default CodeQL bundle version to 2.21.3. [#2893](https://github.com/github/codeql-action/pull/2893)
8+
- Skip validating SARIF produced by CodeQL for improved performance. [#2894](https://github.com/github/codeql-action/pull/2894)
9+
- The number of threads and amount of RAM used by CodeQL can now be set via the `CODEQL_THREADS` and `CODEQL_RAM` runner environment variables. If set, these environment variables override the `threads` and `ram` inputs respectively. [#2891](https://github.com/github/codeql-action/pull/2891)
810

911
## 3.28.17 - 02 May 2025
1012

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n
7070

7171
| Minimum CodeQL Action | Minimum CodeQL Bundle Version | GitHub Environment | Notes |
7272
|-----------------------|-------------------------------|--------------------|-------|
73-
| `v3.26.6` | `2.18.4` | Enterprise Server 3.15 | |
74-
| `v3.25.11` | `2.17.6` | Enterprise Server 3.14 | |
75-
| `v3.24.11` | `2.16.6` | Enterprise Server 3.13 | |
76-
| `v3.22.12` | `2.15.5` | Enterprise Server 3.12 | |
73+
| `v3.28.12` | `2.20.7` | Enterprise Server 3.17 | |
74+
| `v3.28.6` | `2.20.3` | Enterprise Server 3.16 | |
75+
| `v3.28.6` | `2.20.3` | Enterprise Server 3.15 | |
76+
| `v3.28.6` | `2.20.3` | Enterprise Server 3.14 | |
77+
| `v3.28.6` | `2.20.3` | Enterprise Server 3.13 | |
7778

7879
See the full list of GHES release and deprecation dates at [GitHub Enterprise Server releases](https://docs.github.com/en/enterprise-server/admin/all-releases#releases-of-github-enterprise-server).
7980

lib/analyze.js

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

lib/analyze.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/api-compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.17", "minimumVersion": "3.12" }
1+
{ "maximumVersion": "3.17", "minimumVersion": "3.13" }

lib/codeql.js

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

lib/init-action.js

Lines changed: 2 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)