Commit e7a9d08
authored
docs(ci): document the docker/login-action tag-resolution quirk (#394)
Dependabot has at least once bumped docker/login-action to an
untagged main-branch commit (PR #346) with a stale/misleading
trailing version comment, while sibling actions bumped in other PRs
resolved correctly (#351, #354) -- specific to this one action, not
general dependabot behavior. Neither of the issue's two suggested
mechanical fixes apply cleanly: extending the pin-check CI job lives
in a separate central reusable-workflow repo, and adding an ignore
rule would trade off automatic updates against this recurrence risk
-- both are maintainer decisions. Document the quirk so a future
docker/login-action bump gets its tag double-checked before merging.
Closes #3641 parent ff232e9 commit e7a9d08
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
| |||
0 commit comments