Raise the file limit for debug artifacts by producing zip64 files where necessary by henrymercer · Pull Request #2842 · github/codeql-action (original) (raw)

Pull Request Overview

This PR updates the debug artifacts creation process by replacing the AdmZip library with archiver to accommodate zip64 files for large debug artifacts.

Reviewed Changes

Copilot reviewed 36 out of 37 changed files in this pull request and generated 2 comments.

File Description
src/debug-artifacts.ts Replaces AdmZip with archiver and sets up error/warning event handlers
lib/debug-artifacts.js Mirrors the change in the TypeScript file for JavaScript usage

Files not reviewed (1)

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more