mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
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:
commit
d5744fb51e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/create-artifact.yml
vendored
4
.github/workflows/create-artifact.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue