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 #2410

Merged
merged 33 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8f2e2d6
Update changelog and version after v3.25.15
github-actions[bot] Jul 26, 2024
95d81a0
Update checked-in dependencies
github-actions[bot] Jul 26, 2024
aa96d09
Merge pull request #2392 from github/mergeback/v3.25.15-to-main-afb54ba3
cklin Jul 26, 2024
ee304a3
Bump the npm group with 2 updates
dependabot[bot] Jul 29, 2024
ca2d8a2
Update checked-in dependencies
github-actions[bot] Jul 29, 2024
16639b4
Merge pull request #2396 from github/dependabot/npm_and_yarn/npm-358f…
henrymercer Jul 30, 2024
38a0291
Check compiled code on each push
henrymercer Jul 30, 2024
159c618
Merge pull request #2398 from github/henrymercer/compile-check-on-push
henrymercer Jul 31, 2024
42c6f6c
Remove redundant PR check
henrymercer Jul 31, 2024
5cdd182
Merge pull request #2401 from github/henrymercer/remove-redundant-pr-…
henrymercer Jul 31, 2024
fdd01ca
Add swift+linux deprecation
aeisenberg Aug 1, 2024
6511e77
Update CHANGELOG.md
aeisenberg Aug 1, 2024
3822a64
Update CHANGELOG.md
aeisenberg Aug 2, 2024
8b7d739
Merge pull request #2403 from github/aeisenberg/swift-linux
aeisenberg Aug 2, 2024
9c646c2
Add warning and update PR checks for Swift on Linux (#2399)
angelapwen Aug 2, 2024
84f2bfe
Remove GHES 3.9 from supported versions
henrymercer Aug 5, 2024
4be318a
Bump minimum CodeQL version to 2.13.5
henrymercer Aug 5, 2024
0763ccf
Remove unneeded code for 2.13.4 and earlier
henrymercer Aug 5, 2024
8612c17
Bump the npm group across 1 directory with 2 updates
dependabot[bot] Aug 5, 2024
acb243e
Update checked-in dependencies
github-actions[bot] Aug 5, 2024
ecb9ccf
Fix new linter errors
henrymercer Aug 5, 2024
a140442
Remove 2.12.6 from tests
henrymercer Aug 5, 2024
48c11ed
Remove supporting code for CodeQL 2.13.0 through 2.13.4
henrymercer Aug 5, 2024
0407820
Remove CLI version lookup based on release assets
henrymercer Aug 5, 2024
136f5a5
Add CodeQL v2.17.6 to default test versions
henrymercer Aug 5, 2024
9e440ad
Add changelog note
henrymercer Aug 5, 2024
29a5cfc
Bump version to 3.26.0
henrymercer Aug 5, 2024
f03da13
Exclude push-only unit tests job from required PR checks script
henrymercer Aug 5, 2024
441c9d9
Merge pull request #2409 from github/henrymercer/fix-required-checks
henrymercer Aug 6, 2024
8dd1773
Merge pull request #2408 from github/henrymercer/deprecate-codeql-2.13.4
henrymercer Aug 6, 2024
68ba39b
Merge branch 'main' into dependabot/npm_and_yarn/npm-7954a73ad2
henrymercer Aug 6, 2024
c24926b
Merge pull request #2407 from github/dependabot/npm_and_yarn/npm-7954…
henrymercer Aug 6, 2024
3884d04
Update changelog for v3.26.0
github-actions[bot] Aug 6, 2024
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
Next Next commit
Update changelog and version after v3.25.15
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
commit 8f2e2d6281fc9ffc6cd11671261bc17682833581
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

## [UNRELEASED]

No user facing changes.

## 3.25.15 - 26 Jul 2024

- Update default CodeQL bundle version to 2.18.1. [#2385](https://github.com/github/codeql-action/pull/2385)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.25.15",
"version": "3.25.16",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down
Loading