Commit 7215969
ci(release): use quoted shell expansion for RELEASE_VERSION
Replace ${{ env.RELEASE_TAG }} expression interpolation with quoted
shell variable expansion "$RELEASE_TAG" to prevent potential command
injection via the environment variable.
Co-authored-by: Claude <noreply@anthropic.com>1 parent a579aca commit 7215969
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments