Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5ebac6

Browse files
authored
Merge pull request #3463 from github/backport-v3.32.2-45cbd0c69
Merge releases/v4 into releases/v3
2 parents 2588666 + bb15952 commit b5ebac6

23 files changed

+491011
-405480
lines changed

.github/workflows/rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Otherwise, just commit the changes.
112112
if git rev-parse --verify MERGE_HEAD >/dev/null 2>&1; then
113113
echo "In progress merge detected, finishing it up."
114-
git merge --continue
114+
git merge --continue --no-edit
115115
else
116116
echo "No in-progress merge detected, committing changes."
117117
git commit -m "Rebuild"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.32.2 - 05 Feb 2026
6+
7+
- Update default CodeQL bundle version to [2.24.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.1). [#3460](https://github.com/github/codeql-action/pull/3460)
8+
59
## 3.32.1 - 02 Feb 2026
610

711
- A warning is now shown in Default Setup workflow logs if a [private package registry is configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) using a GitHub Personal Access Token (PAT), but no username is configured. [#3422](https://github.com/github/codeql-action/pull/3422)

lib/analyze-action-post.js

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

lib/analyze-action.js

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

0 commit comments

Comments
 (0)