Commit 85fb85d
committed
fix: prevent script injection in tag-on-merge workflow
Use environment variable instead of direct interpolation of
github.event.pull_request.head.ref to prevent command injection.1 parent 8d53c56 commit 85fb85d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments