Files
Ante Projić 078c93ca3c fix(ci): remediate template injection in workflow_dispatch workflows (#4299)
Replace all ${{ inputs.* }} and ${{ env.* }} expressions in run: blocks
with shell variable references to prevent potential code injection via
GitHub Actions template expansion.

- Use $VERSION (from workflow-level env) instead of ${{ inputs.version }}
- Move ${{ matrix.platform }}, ${{ matrix.arch }}, ${{ inputs.push_latest }}
  to step-level env vars
- Remove redundant inline VERSION=${{ inputs.version }} assignments
- Add version format validation step to all workflow_dispatch workflows

Signed-off-by: Ante Projić <anteprojic@gmail.com>
2026-04-01 13:34:28 +02:00
..