The GitHub Actions job "CodeQL" on airflow.git/refactor/go-sdk/airflow-go-pack 
has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
2b6b2fe2db98e4130e8caa8bc564c8c8892fef09 / LIU ZHE YOU <[email protected]>
self-review: prevent airflow-go-pack from truncating the input executable

When --output (or the default output derived from the package directory
name) resolved to the same file as the pre-built --executable, the copy
step truncated that file before reading it, destroying the binary and
appending a footer to an empty region.

Resolve the output path before introspection and reject when it aliases
the executable or source (cleaned-abs comparison plus os.SameFile for
inode-level links). Assemble the bundle through a temp file and atomically
rename it into place so a failed pack never leaves a truncated or
half-written artefact at the output path.

Report URL: https://github.com/apache/airflow/actions/runs/26882387865

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to