Skip to content

Merge main into releases/v3 #2814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d1b3f74
Update changelog and version after v3.28.11
github-actions[bot] Mar 7, 2025
ff91c9d
Update checked-in dependencies
github-actions[bot] Mar 7, 2025
b2e6519
Merge pull request #2799 from github/mergeback/v3.28.11-to-main-6bb031af
cklin Mar 7, 2025
88676f2
Minimally remove micromatch
aeisenberg Mar 7, 2025
d76f393
Do not set --expect-discarded-cache on "cleanup-level: overlay"
cklin Mar 10, 2025
248ab9b
build(deps-dev): bump the npm group with 3 updates
dependabot[bot] Mar 10, 2025
053e218
Update checked-in dependencies
github-actions[bot] Mar 10, 2025
aecf015
build(deps): bump ruby/setup-ruby in the actions group
dependabot[bot] Mar 10, 2025
b46b37a
Merge pull request #2803 from github/dependabot/npm_and_yarn/npm-129f…
henrymercer Mar 10, 2025
d376269
Update pr-check
aeisenberg Mar 10, 2025
270886f
Pass overlay mode into databaseInitCluster()
cklin Mar 10, 2025
ff5f0b9
Support overlay database creation
cklin Mar 10, 2025
0efe12d
build: refresh js files
cklin Mar 10, 2025
13f2f96
Merge pull request #2801 from github/cklin/overlay-databases
cklin Mar 11, 2025
7254660
Merge pull request #2804 from github/dependabot/github_actions/action…
aeisenberg Mar 11, 2025
dc49dca
Merge pull request #2800 from github/aeisenberg/remove-minimatch
aeisenberg Mar 11, 2025
f8367fb
Set and cache dependency directory for Java `build-mode: none`
mbg Mar 10, 2025
afa3ed3
Add more documentation
mbg Mar 13, 2025
251c7fd
Update changelog
mbg Mar 13, 2025
c31f6c8
git-utils: deleted unused functions
cklin Mar 13, 2025
f338ec8
Merge pull request #2806 from github/cklin/delete-unused-git-utils
cklin Mar 13, 2025
5f98c40
Fix dependabot errors
aeisenberg Mar 14, 2025
70df9de
Merge pull request #2808 from github/aeisenberg/fix-dependabot
aeisenberg Mar 14, 2025
4c409a5
Remove temporary dependency directory in `analyze` post action
mbg Mar 17, 2025
611289e
build(deps): bump ruby/setup-ruby in the actions group
dependabot[bot] Mar 17, 2025
7866bcd
Manually bump workflow to match autogenerated file
angelapwen Mar 17, 2025
6a151cd
Merge pull request #2811 from github/dependabot/github_actions/action…
angelapwen Mar 17, 2025
55f0237
Merge pull request #2802 from github/mbg/dependency-caching/java-buil…
mbg Mar 18, 2025
4e3a534
Update default bundle to codeql-bundle-v2.20.7
github-actions[bot] Mar 17, 2025
d7d03fd
Add changelog note
github-actions[bot] Mar 17, 2025
6349095
Merge pull request #2810 from github/update-bundle/codeql-bundle-v2.20.7
smowton Mar 18, 2025
bb59f77
Update changelog for v3.28.12
github-actions[bot] Mar 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.

## 3.28.12 - 19 Mar 2025

- Dependency caching should now cache more dependencies for Java `build-mode: none` extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
- Update default CodeQL bundle version to 2.20.7. [#2810](https://github.com/github/codeql-action/pull/2810)

## 3.28.11 - 07 Mar 2025

- Update default CodeQL bundle version to 2.20.6. [#2793](https://github.com/github/codeql-action/pull/2793)
Expand Down
14 changes: 14 additions & 0 deletions lib/analyze-action-post.js

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

2 changes: 1 addition & 1 deletion lib/analyze-action-post.js.map

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

7 changes: 4 additions & 3 deletions lib/analyze-action.js

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

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Large diffs are not rendered by default.

26 changes: 18 additions & 8 deletions lib/analyze.js

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

Loading
Loading