Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
11889c2
Return keys of restored caches from `downloadDependencyCaches`
mbg Nov 14, 2025
594c0cc
Store restored keys in action state
mbg Nov 14, 2025
51c9af3
Don't try to upload cache if we have restored a cache with the same key
mbg Nov 14, 2025
1ed85b4
Add test coverage for `uploadDependencyCaches`
mbg Nov 14, 2025
3b63581
Bump the npm-minor group with 2 updates
dependabot[bot] Nov 17, 2025
01577d4
Bump @eslint/compat from 1.4.1 to 2.0.0
dependabot[bot] Nov 17, 2025
cd808e1
Bump @types/sinon from 17.0.4 to 21.0.0
dependabot[bot] Nov 17, 2025
d4a7ccd
Rebuild
github-actions[bot] Nov 17, 2025
4f39cef
Rebuild
github-actions[bot] Nov 17, 2025
b595847
Rebuild
github-actions[bot] Nov 17, 2025
4f746e4
Overlay: Fall back to full analysis if runner disk space is low
kaspersv Nov 18, 2025
726a2a0
Overlay: Increase disk storage threshold to 20GB
kaspersv Nov 18, 2025
249458a
Merge pull request #3296 from github/mbg/dependency-caching/skip-uplo…
mbg Nov 18, 2025
fea2500
Update changelog and version after v4.31.4
github-actions[bot] Nov 18, 2025
28f4a61
Merge remote-tracking branch 'origin/main' into mergeback/v4.31.4-to-…
github-actions[bot] Nov 18, 2025
ce9b526
Rebuild
github-actions[bot] Nov 18, 2025
e24190a
Remove unused dependencies
henrymercer Nov 18, 2025
cac5926
Delete unused exports
henrymercer Nov 18, 2025
5da2098
Add feature flag for uploading overlay DBs to API
henrymercer Nov 18, 2025
31042e9
Rename function calls to make destructive operation clearer
henrymercer Nov 18, 2025
c649c59
Upload overlay base DB to API behind FF
henrymercer Nov 18, 2025
378219c
Merge pull request #3313 from github/mergeback/v4.31.4-to-main-e12f0178
henrymercer Nov 18, 2025
ed80d6e
Overlay: Reorder available disk space check
kaspersv Nov 19, 2025
4eccb37
Overlay: Round available disk space in MB
kaspersv Nov 19, 2025
86d2aa5
Merge pull request #3316 from github/henrymercer/upload-overlay-to-api
henrymercer Nov 19, 2025
ce07e7d
Merge pull request #3310 from github/kaspersv/overlay-disk-available-…
kaspersv Nov 19, 2025
de74d76
Overlay: Increase minimum CLI version
kaspersv Nov 19, 2025
a102014
Merge pull request #3317 from github/kaspersv/bump-minimum-overlay-ve…
kaspersv Nov 19, 2025
90871e1
Merge pull request #3304 from github/dependabot/npm_and_yarn/npm-mino…
mbg Nov 19, 2025
e818008
Merge pull request #3305 from github/dependabot/npm_and_yarn/eslint/c…
mbg Nov 19, 2025
0b43179
Merge pull request #3306 from github/dependabot/npm_and_yarn/types/si…
mbg Nov 19, 2025
112cd07
Merge branch 'main' into henrymercer/dead-code-elimination
henrymercer Nov 19, 2025
ac359aa
Add return type
henrymercer Nov 19, 2025
ce729e4
Merge pull request #3315 from github/henrymercer/dead-code-elimination
henrymercer Nov 19, 2025
1d2a238
Update default bundle to codeql-bundle-v2.23.6
github-actions[bot] Nov 24, 2025
ecc8787
Add changelog note
github-actions[bot] Nov 24, 2025
ec2ee57
Merge pull request #3321 from github/update-bundle/codeql-bundle-v2.23.6
redsun82 Nov 24, 2025
81f6d64
Update changelog for v4.31.5
github-actions[bot] Nov 24, 2025
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 4.31.5 - 24 Nov 2025

- Update default CodeQL bundle version to 2.23.6. [#3321](https://github.com/github/codeql-action/pull/3321)

## 4.31.4 - 18 Nov 2025

No user facing changes.
Expand Down
64 changes: 34 additions & 30 deletions lib/analyze-action-post.js

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

Loading
Loading