You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
4
4
5
5
## [UNRELEASED]
6
6
7
-
No user facing changes.
7
+
- The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and download the native `linux-arm64` CodeQL bundle when available. [#4072](https://github.com/github/codeql-action/pull/4072)
description: "An end-to-end integration test running on a Linux Arm64 runner, checking that the native linux-arm64 CodeQL bundle is downloaded and can analyze interpreted and compiled code"
3
+
operatingSystems:
4
+
- os: ubuntu
5
+
runner-image: ubuntu-24.04-arm
6
+
# The native linux-arm64 CodeQL bundle is only available in recent CLI releases, so we restrict this
7
+
# check to `nightly-latest`, which is guaranteed to ship it. Older stable versions do not have an
8
+
# arm64 asset, and `prepare-test` would resolve an x64 bundle URL for them on this runner.
0 commit comments