Commit 3276cef
ci: fix spelling workflow killed by stale secpoll workaround (#358)
The check-spelling action (archived, pinned at v0.0.26) had a 'Sorry'
security advisory at archival time, which we suppressed via
INPUT_IGNORE_SECURITY_ADVISORY=Sorry. That advisory has since been
retracted, so secpoll now finds no advisory for v0.0.26 and fatally
rejects the still-set env ("ignore_security_advisory was set to 'Sorry'
but there is no security advisory for version 0.0.26", exit 200),
killing every spelling run.
Remove the env to match upstream microsoft/PowerToys, which is pinned to
the same SHA and runs cleanly without it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1b2fce9 commit 3276cef
1 file changed
Lines changed: 10 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
94 | 89 | | |
95 | 90 | | |
96 | 91 | | |
| |||
0 commit comments