Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge main into releases/v3 #2926

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 22 commits into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fb70a8a
Bump minimum CodeQL version to 2.16.6
henrymercer May 30, 2025
0be24c0
Remove redundant code based on CLI version number
henrymercer May 30, 2025
c7f3c79
Remove guards for fully enabled tool features
henrymercer May 30, 2025
7419bc6
Update CodeQL versions in generated workflows
henrymercer May 30, 2025
36121ec
Bump minor version number
henrymercer May 30, 2025
d54c5e2
Add changelog note
henrymercer May 30, 2025
55ff016
build(deps): bump the npm group with 5 updates
dependabot[bot] Jun 2, 2025
313daef
Update checked-in dependencies
github-actions[bot] Jun 2, 2025
a28627a
Update changelog and version after v3.28.19
github-actions[bot] Jun 3, 2025
be60d9f
Update checked-in dependencies
github-actions[bot] Jun 3, 2025
075e08a
Merge pull request #2919 from github/mergeback/v3.28.19-to-main-fca7ace9
aibaars Jun 3, 2025
1eab408
Fix backslashes being accepted by `sanitizeArtifactName`
mbg Jun 4, 2025
72be4b6
Merge pull request #2922 from github/mbg/fix/sanitizeArtifactName
mbg Jun 4, 2025
b1e4dc3
Merge pull request #2916 from github/dependabot/npm_and_yarn/npm-5cdc…
mbg Jun 4, 2025
df2a830
Merge branch 'main' into henrymercer/bump-minimum-codeql-2.16.6
aibaars Jun 5, 2025
22deae8
Update package-lock.json
aibaars Jun 5, 2025
f5d4e2a
Update default bundle to codeql-bundle-v2.22.0
github-actions[bot] Jun 9, 2025
3855117
Add changelog note
github-actions[bot] Jun 9, 2025
7cb9b16
Merge pull request #2912 from github/henrymercer/bump-minimum-codeql-…
mbg Jun 9, 2025
efd43b3
Merge branch 'main' into update-bundle/codeql-bundle-v2.22.0
cklin Jun 10, 2025
e879928
Merge pull request #2925 from github/update-bundle/codeql-bundle-v2.22.0
cklin Jun 11, 2025
bc251b7
Update changelog for v3.29.0
github-actions[bot] Jun 11, 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: 2 additions & 0 deletions .github/workflows/__cpp-deptrace-enabled-on-macos.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-autobuilder.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-custom-build-steps.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/__go-tracing-legacy-workflow.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/__multi-language-autodetect.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.29.0 - 11 Jun 2025

- Update default CodeQL bundle version to 2.22.0. [#2925](https://github.com/github/codeql-action/pull/2925)
- Bump minimum CodeQL bundle version to 2.16.6. [#2912](https://github.com/github/codeql-action/pull/2912)

## 3.28.19 - 03 Jun 2025

- The CodeQL Action no longer includes its own copy of the extractor for the `actions` language, which is currently in public preview.
Expand Down
4 changes: 1 addition & 3 deletions lib/analyze.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.js.map

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions lib/autobuild.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.js.map

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

5 changes: 2 additions & 3 deletions lib/codeql.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/codeql.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/debug-artifacts.js

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

Loading
Loading