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 releases/v3 into releases/v2 #2664

Merged
merged 28 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
48fe0d8
Update changelog and version after v3.27.9
github-actions[bot] Dec 12, 2024
ac43a2e
Update checked-in dependencies
github-actions[bot] Dec 12, 2024
dd75594
Merge pull request #2650 from github/mergeback/v3.27.9-to-main-df409f7d
aeisenberg Dec 12, 2024
62192f8
Add registry URLs as output to the `start-proxy` Action
mbg Dec 13, 2024
706ef58
Add basic PR check for testing `start-proxy`
mbg Dec 13, 2024
04cce6b
Add `.gitignore` to ignore `env` folder in `pr-checks` directory
mbg Dec 13, 2024
5a8fab3
Fix typo'd input name
mbg Dec 13, 2024
0de662d
Print proxy step outputs
mbg Dec 13, 2024
38fd34c
Fail start-proxy PR check if outputs are not set
mbg Dec 13, 2024
9d59969
Merge pull request #2652 from github/mbg/private-registries/feed-outputs
mbg Dec 16, 2024
5fc1bcc
build(deps-dev): bump the npm group with 3 updates
dependabot[bot] Dec 16, 2024
34cb19c
Update checked-in dependencies
github-actions[bot] Dec 16, 2024
5f0a4d3
Bump the minimum supported version of CodeQL to 2.15.5
aeisenberg Dec 16, 2024
beed6ff
Change codeql version used in test
aeisenberg Dec 17, 2024
562042d
Merge pull request #2655 from github/aeisenberg/deprecate-2.14
aeisenberg Dec 17, 2024
d8f8eca
Merge branch 'main' into dependabot/npm_and_yarn/npm-61c837125e
angelapwen Dec 19, 2024
64cc90b
Merge pull request #2653 from github/dependabot/npm_and_yarn/npm-61c8…
aeisenberg Dec 19, 2024
b58f447
Use `@actions/io` to locate binaries
henrymercer Dec 19, 2024
7d6d36c
Add changelog note
henrymercer Dec 19, 2024
d01b25e
Merge pull request #2660 from github/henrymercer/fix-error-file-on-path
henrymercer Dec 19, 2024
4946b76
Update changelog for v3.28.0
github-actions[bot] Dec 20, 2024
48ab28a
Merge pull request #2662 from github/update-v3.28.0-d01b25e64
aeisenberg Dec 20, 2024
367a515
Revert "Update version and changelog for v2.27.9"
github-actions[bot] Dec 20, 2024
35c71d3
Revert "Update checked-in dependencies"
github-actions[bot] Dec 20, 2024
2c21576
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.28…
github-actions[bot] Dec 20, 2024
f52daed
Update version and changelog for v2.28.0
github-actions[bot] Dec 20, 2024
badff9c
Add note about last planned v2 release
aeisenberg Dec 20, 2024
61230b3
Update checked-in dependencies
github-actions[bot] Dec 20, 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

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

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

2 changes: 1 addition & 1 deletion .github/workflows/__go-indirect-tracing-workaround.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.

20 changes: 8 additions & 12 deletions .github/workflows/__multi-language-autodetect.yml

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

80 changes: 80 additions & 0 deletions .github/workflows/__start-proxy.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
fail-fast: false
matrix:
version:
- stable-v2.14.6
- stable-v2.15.5
- stable-v2.16.6
- stable-v2.17.6
- stable-v2.18.4
- stable-v2.19.4
- default
- linked
- nightly-latest
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Check expected artifacts exist
shell: bash
run: |
VERSIONS="stable-v2.14.6 stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 default linked nightly-latest"
VERSIONS="stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 stable-v2.19.4 default linked nightly-latest"
LANGUAGES="cpp csharp go java javascript python"
for version in $VERSIONS; do
pushd "./my-debug-artifacts-${version//./}"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.

**This is the last planned release of the `v2`. To continue getting updates for the CodeQL Action, please switch to `v3`.**

## 2.28.0 - 20 Dec 2024

- Bump the minimum CodeQL bundle version to 2.15.5. [#2655](https://github.com/github/codeql-action/pull/2655)
- Don't fail in the unusual case that a file is on the search path. [#2660](https://github.com/github/codeql-action/pull/2660).

## 2.27.9 - 12 Dec 2024

No user facing changes.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ We typically release new minor versions of the CodeQL Action and Bundle when a n
| `v3.25.11` | `2.17.6` | Enterprise Server 3.14 | |
| `v3.24.11` | `2.16.6` | Enterprise Server 3.13 | |
| `v3.22.12` | `2.15.5` | Enterprise Server 3.12 | |
| `v2.22.1` | `2.14.6` | Enterprise Server 3.11 | Supports CodeQL Action v3, but did not ship with CodeQL Action v3. For more information, see "[Code scanning: deprecation of CodeQL Action v2](https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/#users-of-github-enterprise-server-311)." |

CodeQL Action v2 will stop receiving updates when GHES 3.11 is deprecated.
CodeQL Action v2 has stopped receiving updates now that GHES 3.11 is deprecated.

See the full list of GHES release and deprecation dates at [GitHub Enterprise Server releases](https://docs.github.com/en/enterprise-server/admin/all-releases#releases-of-github-enterprise-server).

Expand Down
4 changes: 2 additions & 2 deletions lib/actions-util.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/actions-util.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/analyze.js

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

Loading
Loading