Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 022ff3c

Browse filesBrowse files
committed
Merge remote-tracking branch 'origin/main' into mbg/private-registry/cloudsmith-gcp
2 parents 0a4d574 + fcf29e3 commit 022ff3c
Copy full SHA for 022ff3c

19 files changed

+134-76Lines changed: 134 additions & 76 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/__rubocop-multi-language.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. [#3850](https://github.com/github/codeql-action/pull/3850)
8+
- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. [#3852](https://github.com/github/codeql-action/pull/3852)
9+
- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. [#3837](https://github.com/github/codeql-action/pull/3837)
810

911
## 4.35.2 - 15 Apr 2026
1012

Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n
7272

7373
| Minimum CodeQL Action | Minimum CodeQL Bundle Version | GitHub Environment | Notes |
7474
|-----------------------|-------------------------------|--------------------|-------|
75+
| `v4.33.0` | `2.24.3` | Enterprise Server 3.21 | |
7576
| `v4.31.10` | `2.23.9` | Enterprise Server 3.20 | |
7677
| `v3.29.11` | `2.22.4` | Enterprise Server 3.19 | |
7778
| `v3.28.21` | `2.21.3` | Enterprise Server 3.18 | |
Collapse file

‎lib/analyze-action-post.js‎

Copy file name to clipboardExpand all lines: lib/analyze-action-post.js
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/analyze-action.js‎

Copy file name to clipboardExpand all lines: lib/analyze-action.js
+10-5Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/autobuild-action.js‎

Copy file name to clipboardExpand all lines: lib/autobuild-action.js
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/init-action-post.js‎

Copy file name to clipboardExpand all lines: lib/init-action-post.js
+11-6Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/init-action.js‎

Copy file name to clipboardExpand all lines: lib/init-action.js
+26-16Lines changed: 26 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/resolve-environment-action.js‎

Copy file name to clipboardExpand all lines: lib/resolve-environment-action.js
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎lib/setup-codeql-action.js‎

Copy file name to clipboardExpand all lines: lib/setup-codeql-action.js
+11-6Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.