Commit 9b8f642
committed
Let Dependabot watch the pinned actions
Every action in this repo is pinned to a SHA with the version in a
trailing comment, which is the right way to pin and also means nothing
ever revisits them. The Node 20 deprecation had been printing on every
job for weeks before it got looked at, and it only got looked at because
an unrelated advisory turned the weekly scan red.
Grouped into a single PR rather than one per action. ci.yml,
vulncheck.yml and release.yml deliberately share the checkout and
setup-go pins, so separate PRs would leave the three files disagreeing
about the toolchain until the last one merged. This also covers the
docker, goreleaser and golangci-lint action pins.
Note this does not track the tool versions those actions take as inputs,
so goreleaser v2.15.4 and golangci-lint v2.5.0 are still manual.1 parent 94cc12f commit 9b8f642
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments