Commit 492664b
committed
Fix incorrect actions/checkout version comment in update-policies.yml
The pinned SHA (3d3c42e5...) resolves to actions/checkout v7.0.1, not
v4 as the comment claimed. This is the same class of mistake flagged
in PR #14685's review (actions/upload-artifact was pinned to a v4
comment but a v7.0.0 SHA) — verify comments against the actual tagged
version, not just assume the SHA matches its label.1 parent a3dbbea commit 492664b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments