Commit 88bb005
authored
Replace gh release download with go install in smoke workflow (#63)
Replace `gh release download` for obtaining the Dependabot CLI with
`go install github.com/dependabot/cli/cmd/dependabot@latest`.
This is simpler, doesn't require gh authentication or tar extraction,
and aligns with dependabot/smoke-tests#404.
Also simplifies the smoke test download to a single gh api call using
the raw content Accept header.1 parent 3710637 commit 88bb005
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments