Dark Mode

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

Sign up
Appearance settings

Commit 6bc82e0

Browse files
authored
Merge pull request #3447 from github/update-v4.32.1-f52cbc830
Merge main into releases/v4
2 parents b20883b + 42f00f2 commit 6bc82e0

File tree

47 files changed

+537144
-341697
lines changed
  • .github
    • dependabot.yml
    • workflows
      • __bundle-from-toolcache.yml
      • __bundle-toolcache.yml
      • __export-file-baseline-information.yml
      • __global-proxy.yml
      • __rubocop-multi-language.yml
  • CHANGELOG.md
  • lib
    • analyze-action-post.js
    • analyze-action.js
    • autobuild-action.js
    • init-action-post.js
    • init-action.js
    • resolve-environment-action.js
    • setup-codeql-action.js
    • start-proxy-action-post.js
    • start-proxy-action.js
    • upload-lib.js
    • upload-sarif-action-post.js
    • upload-sarif-action.js
  • package-lock.json
  • package.json
  • pr-checks/checks
    • bundle-from-toolcache.yml
    • bundle-toolcache.yml
    • export-file-baseline-information.yml
    • global-proxy.yml
    • rubocop-multi-language.yml
  • src
    • analyze.test.ts
    • analyze.ts
    • artifact-scanner.test.ts
    • artifact-scanner.ts
    • codeql.ts
    • config-utils.test.ts
    • config-utils.ts
    • diagnostics.ts
    • feature-flags.ts
    • feature-flags
      • properties.ts
    • init-action-post-helper.ts
    • init-action-post.ts
    • init-action.ts
    • init.test.ts
    • init.ts
    • start-proxy.test.ts
    • start-proxy.ts
    • testing-utils.ts
    • util.test.ts
    • util.ts
  • tsconfig.json

Some content is hidden

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

47 files changed

+537144
-341697
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
exclude:
10+
- "@actions/*"
711
labels:
812
- Rebuild
913
# Ignore incompatible dependency updates
1014
ignore:
11-
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
12-
- dependency-name: "@octokit/plugin-retry"
13-
versions: ["~6.0.0"]
14-
# This is broken due to the way configuration files have changed.
15+
# This is broken due to the way configuration files have changed.
1516
# This might be fixed when we move to eslint v9.
1617
- dependency-name: "eslint-plugin-import"
1718
versions: [">=2.30.0"]
@@ -28,6 +29,10 @@ updates:
2829
- "/.github/actions"
2930
schedule:
3031
interval: weekly
32+
cooldown:
33+
default-days: 7
34+
exclude:
35+
- "actions/*"
3136
labels:
3237
- Rebuild
3338
groups:

.github/workflows/__bundle-from-toolcache.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.

.github/workflows/__bundle-toolcache.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.

.github/workflows/__export-file-baseline-information.yml

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

.github/workflows/__global-proxy.yml

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

.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+
## 4.32.1 - 02 Feb 2026
6+
7+
- 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)
8+
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. [#3421](https://github.com/github/codeql-action/pull/3421)
9+
510
## 4.32.0 - 26 Jan 2026
611

712
- Update default CodeQL bundle version to [2.24.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.0). [#3425](https://github.com/github/codeql-action/pull/3425)

0 commit comments

Comments
(0)