Skip to content

Merge main into releases/v3 #3052

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 21 commits into from
Aug 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e90680e
Update changelog and version after v3.29.10
github-actions[bot] Aug 18, 2025
c4a96d2
Update checked-in dependencies
github-actions[bot] Aug 18, 2025
e96e340
Merge pull request #3043 from github/mergeback/v3.29.10-to-main-96f518a3
henrymercer Aug 18, 2025
8327659
Bump the npm group with 3 updates
dependabot[bot] Aug 18, 2025
0def310
Update checked-in dependencies
github-actions[bot] Aug 18, 2025
624817a
Bump ruby/setup-ruby from 1.254.0 to 1.255.0 in the actions group
dependabot[bot] Aug 19, 2025
e686d4e
Initial plan
Copilot Aug 19, 2025
7056ffb
Update ruby/setup-ruby version to v1.255.0 in pr-checks template
Copilot Aug 19, 2025
46ec4d0
Merge pull request #3048 from github/copilot/fix-0144fa49-d795-4e78-9…
henrymercer Aug 19, 2025
11ba428
Bump `@typescript-eslint/parser` version in `package.json`
henrymercer Aug 19, 2025
867924a
Update checked-in dependencies
github-actions[bot] Aug 19, 2025
228755a
Merge pull request #3046 from github/dependabot/github_actions/action…
henrymercer Aug 19, 2025
6dee5bc
Merge pull request #3045 from github/dependabot/npm_and_yarn/npm-5b41…
henrymercer Aug 19, 2025
fd2ea72
Update supported GitHub Enterprise Server versions
github-actions[bot] Aug 20, 2025
e496ff9
Make "init not called" a configuration error
henrymercer Aug 20, 2025
a68d47b
Merge pull request #3050 from github/henrymercer/init-not-called-conf…
henrymercer Aug 20, 2025
db69a51
Merge pull request #3049 from github/update-supported-enterprise-serv…
henrymercer Aug 20, 2025
2bf7825
Update default bundle to codeql-bundle-v2.22.4
github-actions[bot] Aug 18, 2025
71b2cb3
Add changelog note
github-actions[bot] Aug 18, 2025
14148a4
Merge pull request #3044 from github/update-bundle/codeql-bundle-v2.22.4
smowton Aug 21, 2025
8c4bfbd
Update changelog for v3.29.11
github-actions[bot] Aug 21, 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
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.

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.

## 3.29.11 - 21 Aug 2025

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

## 3.29.10 - 18 Aug 2025

No user facing changes.
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion lib/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "maximumVersion": "3.18", "minimumVersion": "3.14" }
{ "maximumVersion": "3.19", "minimumVersion": "3.14" }
2 changes: 1 addition & 1 deletion lib/autobuild-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/autobuild-action.js.map

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

8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.22.3",
"cliVersion": "2.22.3",
"priorBundleVersion": "codeql-bundle-v2.22.2",
"priorCliVersion": "2.22.2"
"bundleVersion": "codeql-bundle-v2.22.4",
"cliVersion": "2.22.4",
"priorBundleVersion": "codeql-bundle-v2.22.3",
"priorCliVersion": "2.22.3"
}
2 changes: 1 addition & 1 deletion lib/resolve-environment-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/resolve-environment-action.js.map

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

Loading
Loading