Merge pull request #339 from AikidoSec/fix/AIK-10759-AIK-11103-sast-20383130-ttpn

[Aikido] AI Fix for Template Injection in GitHub Workflows Action
This commit is contained in:
willem-delbare 2026-03-23 15:04:53 -07:00 committed by GitHub
commit d5744fb51e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,9 @@ jobs:
- name: Set the version in safe-chain package
if: inputs.version != ''
run: npm --no-git-tag-version version ${{ inputs.version }} --workspace=packages/safe-chain --ignore-scripts
env:
VERSION: ${{ inputs.version }}
run: npm --no-git-tag-version version $VERSION --workspace=packages/safe-chain --ignore-scripts
- name: Create binary
run: |