Commit e046a1f
authored
chore: workflow cleanup (#70)
## What kind of change does this PR introduce?
Bug fix, and maintenance to CI
## What is the current behavior?
The `github.event` could include shell characters such as ``` in the
commit message, which would be interpreted by the shell and can lead to
unexpected code execution. Dependabot PRs break because of commit title
rules, skip.
## What is the new behavior?
Uses intermediate file for getting `github.event` information. Direct
shell interpretation doesn't escape special characters, which can cause
problems or lead to code execution. Skips the job for dependabot PRs.1 parent 99041b2 commit e046a1f
File tree
2 files changed
+13
-9
lines changed- .github/workflows
2 files changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments