Skip to content

Commit 2fda2cb

Browse files
committed
fix: solve semgrep deploy alert
1 parent f78de58 commit 2fda2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
fi
263263
264264
- name: Display notification
265-
run: |
265+
run: | # nosemgrep: yaml.github-actions.security.run-shell-injection.run-shell-injection
266266
echo "======================================"
267267
echo "${{ env.STATUS }}"
268268
echo "${{ env.MESSAGE }}"

0 commit comments

Comments
 (0)