Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Tweak wording of changelog entry
  • Loading branch information
henrymercer authored Jan 22, 2025
commit 07d32980ceb7ff28ce90e270801d1ab80fe4627d
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

## [UNRELEASED]

- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance where the CodeQL Bundle has been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner does not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
- 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)

## 3.28.2 - 21 Jan 2025

Expand Down
Loading