Skip to content

v1.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Dec 21:58
· 5 commits to main since this release
6cb8e63
  • Added support for linux-arm64 architecture for all CLI binaries (gei, ado2gh, bbs2gh), enabling users to run GEI on ARM-based systems including MacOS with Apple Silicon inside ARC runners
  • Fixed issue where alert migration commands (migrate-code-scanning-alerts, migrate-secret-alerts) required GH_PAT environment variable even when GitHub tokens were provided via command-line arguments (--github-source-pat, --github-target-pat). These commands now work correctly with CLI-only token authentication.
  • Added support for configurable multipart upload chunk size for GitHub-owned storage uploads via GITHUB_OWNED_STORAGE_MULTIPART_MEBIBYTES environment variable (minimum 5 MiB, default 100 MiB) to improve upload reliability in environments with proxies or slow connections