Skip to content
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

Merge main into releases/v3 #2713

Merged
merged 18 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aa76523
Update default bundle to codeql-bundle-v2.20.2
github-actions[bot] Jan 21, 2025
a0c2b7d
Add changelog note
github-actions[bot] Jan 21, 2025
6fee807
Update changelog and version after v3.28.2
github-actions[bot] Jan 21, 2025
8640083
Update checked-in dependencies
github-actions[bot] Jan 21, 2025
f89b8a7
Merge pull request #2709 from github/mergeback/v3.28.2-to-main-d68b2d4e
marcogario Jan 21, 2025
d23f49f
Fix assumption that download URLs contain file extension
henrymercer Jan 22, 2025
20bbc8f
Add changelog note
henrymercer Jan 22, 2025
07d3298
Tweak wording of changelog entry
henrymercer Jan 22, 2025
c34eb63
build(deps): bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group
dependabot[bot] Jan 22, 2025
140c5ea
Update checked-in dependencies
github-actions[bot] Jan 22, 2025
924ef8f
Merge pull request #2711 from github/dependabot/npm_and_yarn/npm_and_…
henrymercer Jan 22, 2025
4b7c237
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.2
smowton Jan 22, 2025
1645dbd
Merge pull request #2707 from github/update-bundle/codeql-bundle-v2.20.2
smowton Jan 22, 2025
3505f81
Merge branch 'main' into henrymercer/fix-extension-assumption
henrymercer Jan 22, 2025
7e4b683
Merge pull request #2710 from github/henrymercer/fix-extension-assump…
henrymercer Jan 22, 2025
519de26
Temporarily disable uploading debug artifacts
angelapwen Jan 22, 2025
23ec3af
Merge pull request #2712 from github/angelapwen/stop-debug-artifacts
angelapwen Jan 22, 2025
23d07bb
Update changelog for v3.28.3
github-actions[bot] Jan 22, 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 3.28.3 - 22 Jan 2025

- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner did not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#2712](https://github.com/github/codeql-action/pull/2712)

## 3.28.2 - 21 Jan 2025

No user facing changes.
Expand Down
2 changes: 2 additions & 0 deletions lib/debug-artifacts.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/debug-artifacts.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.20.1",
"cliVersion": "2.20.1",
"priorBundleVersion": "codeql-bundle-v2.20.0",
"priorCliVersion": "2.20.0"
"bundleVersion": "codeql-bundle-v2.20.2",
"cliVersion": "2.20.2",
"priorBundleVersion": "codeql-bundle-v2.20.1",
"priorCliVersion": "2.20.1"
}
Loading
Loading