Commit 4afdbec
authored
build(ci): pin the tools these workflows install at runtime (#100)
A tool installed with `pip install <name>` or `npm install -g <name>` resolves to
whatever is newest at the moment the job runs. That is a dependency like any
other -- it executes in CI, and in some repos it feeds a publish -- but it was
outside the pinning survey, which only looked at package manifests.
Each pin carries a `# renovate:` comment, so it is tracked rather than merely
frozen. The custom manager in reqstool/.github picks them up and will raise the
upgrades as ordinary PRs.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent 6261902 commit 4afdbec
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments