CVE-2026-44679: Github Actions Unsafe Input Interpolation

Direct interpolation of untrusted GitHub Actions inputs in run steps allows command injection. Bind inputs to environment variables (`env:`) and access them natively in the script context.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0YAML
greprules fetch cve-2026-44679-github-actions-unsafe-input-interpolation --engine opengrep

Description

Direct interpolation of untrusted GitHub Actions inputs in run steps allows command injection. Bind inputs to environment variables (`env:`) and access them natively in the script context.