Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
dcd1b12
Simplify computation of job status
henrymercer Jan 23, 2026
e142eee
Only load repository properties for repos owned by orgs
henrymercer Jan 23, 2026
4e14537
Improve logging when no known repository properties found
henrymercer Jan 23, 2026
f4b47e7
Add result type
henrymercer Jan 23, 2026
d9e374e
Tolerate failures loading repository properties
henrymercer Jan 23, 2026
e7ece62
Add feature flag to skip file coverage information on PRs
henrymercer Jan 23, 2026
aac4202
Add fine-grained tokens to `GITHUB_TOKEN_PATTERNS`
mbg Jan 24, 2026
49cdf74
Use enum for token types
mbg Jan 24, 2026
0ae8b05
Extend unit tests to cover all token types
mbg Jan 24, 2026
0fcbec3
Add `isAuthToken` function, with tests
mbg Jan 24, 2026
c12cf8d
Move `makeTestToken` to `testing-utils`
mbg Jan 24, 2026
9fccf27
Warn if a private registry configuration uses a PAT, but has no username
mbg Jan 24, 2026
e8c164b
Remove unused `database print-baseline`
henrymercer Jan 26, 2026
4918026
Use FF to disable baseline file coverage
henrymercer Jan 26, 2026
919e8aa
Mention caveat in feature JSDoc
henrymercer Jan 26, 2026
12c4c7d
Don't log empty summaries
henrymercer Jan 26, 2026
1996ca9
Log when file coverage info is disabled
henrymercer Jan 26, 2026
18c2cfc
Indulge `caniuse-lite` to avoid build warnings
henrymercer Jan 26, 2026
17cd475
Move to separate function
henrymercer Jan 26, 2026
9a55d5b
Improve log message
henrymercer Jan 26, 2026
f1aa4f4
Explain why we ignore extra baseline files options
henrymercer Jan 26, 2026
bf20b3e
Exclude PR check from feature flag
henrymercer Jan 26, 2026
13a6d8b
Update changelog and version after v4.32.0
github-actions[bot] Jan 26, 2026
e7d3af2
Rebuild
github-actions[bot] Jan 26, 2026
ee1e139
Merge pull request #3429 from github/mergeback/v4.32.0-to-main-b20883b0
henrymercer Jan 26, 2026
b1993d9
Bump @actions/github from 7.0.0 to 8.0.0
dependabot[bot] Jan 26, 2026
f8cea24
Bump ruby/setup-ruby
dependabot[bot] Jan 26, 2026
46a8de5
Rebuild
github-actions[bot] Jan 26, 2026
0a0c3a2
Merge branch 'main' into mbg/start-proxy/warn-if-pat-without-username
mbg Jan 27, 2026
bd9f639
Merge pull request #3433 from github/dependabot/github_actions/dot-gi…
mbg Jan 27, 2026
c656a11
Use `.match` in `isAuthToken` and add repeated call to test
mbg Jan 27, 2026
be82188
Bump ES version, required by newer `@octokit/request-error`
mbg Jan 27, 2026
cb4fc9e
Update `@octokit/plugin-retry`
mbg Jan 27, 2026
6059a66
Remove `@octokit/plugin-retry` from Dependabot `ignore` list
mbg Jan 27, 2026
fa9b76a
Merge pull request #3432 from github/dependabot/npm_and_yarn/actions/…
mbg Jan 27, 2026
9308bcd
Add unit tests for file coverage enablement
henrymercer Jan 27, 2026
34cae51
Merge pull request #3422 from github/mbg/start-proxy/warn-if-pat-with…
mbg Jan 27, 2026
2591c20
Add `cooldown` settings for Dependabot
mbg Jan 27, 2026
faf7a50
Rebuild
github-actions[bot] Jan 27, 2026
e4e3247
Update JS
mbg Jan 27, 2026
60b658e
Update comment
henrymercer Jan 27, 2026
b333fc6
Split up `getFinalJobStatus`
henrymercer Jan 27, 2026
6095dc4
Merge branch 'main' into henrymercer/compute-job-status-if-no-config
henrymercer Jan 27, 2026
173919c
Merge pull request #3436 from github/mbg/rebuild-js-es2022
mbg Jan 27, 2026
a02edfe
Merge pull request #3424 from github/henrymercer/feature-skip-file-co…
henrymercer Jan 27, 2026
835dade
Merge pull request #3420 from github/henrymercer/compute-job-status-i…
henrymercer Jan 27, 2026
b126fac
Merge pull request #3434 from github/mbg/dependabot/cooldown
henrymercer Jan 27, 2026
9fda641
Prefer accessing context via `@actions/github`
henrymercer Jan 27, 2026
9ea34c5
`Result`: Make use of type hint
henrymercer Jan 27, 2026
a0671be
Add doc for `Result`
henrymercer Jan 27, 2026
e8f4871
Add some doc for `loadRepositoryProperties`
henrymercer Jan 27, 2026
5cb12c4
Include "Result" in name
henrymercer Jan 27, 2026
6a50972
Introduce `addNoLanguageDiagnostic`
henrymercer Jan 27, 2026
fbf75eb
Merge branch 'main' into henrymercer/only-request-properties-for-orgs
henrymercer Jan 27, 2026
d5dd165
Ensure default value is assignable if we have a `Failure`
henrymercer Jan 27, 2026
679da45
Add basic unit tests for `Result` class
henrymercer Jan 27, 2026
38ba96d
Merge branch 'main' into henrymercer/only-request-properties-for-orgs
henrymercer Jan 27, 2026
0720e13
Log repository owner type explicitly
henrymercer Jan 28, 2026
9aa0515
Update comments
henrymercer Jan 28, 2026
eb5bd2d
Merge pull request #3421 from github/henrymercer/only-request-propert…
henrymercer Jan 28, 2026
f7f9d3f
Remove `gh` setup from global proxy test
mbg Jan 28, 2026
1314d3d
Merge pull request #3439 from github/mbg/fix-proxy-test
mbg Jan 28, 2026
800dfbe
Bump the npm-minor group with 7 updates
dependabot[bot] Jan 28, 2026
48f3548
Rebuild
github-actions[bot] Jan 28, 2026
b2ff80d
Merge pull request #3440 from github/dependabot/npm_and_yarn/npm-mino…
henrymercer Jan 28, 2026
0c8e06d
Bump tar from 7.5.6 to 7.5.7
dependabot[bot] Jan 28, 2026
f985be5
Merge pull request #3443 from github/dependabot/npm_and_yarn/tar-7.5.7
henrymercer Jan 29, 2026
0e64858
Bump fast-xml-parser from 5.3.3 to 5.3.4
dependabot[bot] Jan 30, 2026
a6ccefb
Rebuild
github-actions[bot] Jan 30, 2026
3e58739
Pin `@actions/tool-cache@3` in workflows to avoid failures with `gith…
mbg Feb 2, 2026
c5aaca4
Merge pull request #3446 from github/mbg/ci/pin-node-packages
mbg Feb 2, 2026
f52cbc8
Merge pull request #3445 from github/dependabot/npm_and_yarn/fast-xml…
henrymercer Feb 2, 2026
cedee6d
Update changelog for v4.32.1
github-actions[bot] Feb 2, 2026
42f00f2
Add a couple of change notes
mbg Feb 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ updates:
directory: "/"
schedule:
interval: weekly
cooldown:
default-days: 7
exclude:
- "@actions/*"
labels:
- Rebuild
# Ignore incompatible dependency updates
ignore:
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
- dependency-name: "@octokit/plugin-retry"
versions: ["~6.0.0"]
# This is broken due to the way configuration files have changed.
# This is broken due to the way configuration files have changed.
# This might be fixed when we move to eslint v9.
- dependency-name: "eslint-plugin-import"
versions: [">=2.30.0"]
Expand All @@ -28,6 +29,10 @@ updates:
- "/.github/actions"
schedule:
interval: weekly
cooldown:
default-days: 7
exclude:
- "actions/*"
labels:
- Rebuild
groups:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__bundle-from-toolcache.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__bundle-toolcache.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .github/workflows/__global-proxy.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__rubocop-multi-language.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 4.32.1 - 02 Feb 2026

- 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)
- 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)

## 4.32.0 - 26 Jan 2026

- 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)
Expand Down
Loading
Loading