Commit 6b08e38
committed
Address Codex review: pin rust-toolchain from master, fix fail-on-finding default
dtolnay/rust-toolchain's convenience branches (stable/beta/nightly) get
rewritten over time, so a commit pinned there can become unreachable;
the upstream guidance is to pin a `master` commit and pass the channel
via an explicit `toolchain:` input instead.
docs/suppression-and-fp-policy.md had the Action's fail-on-finding
default backwards: action.yml sets it to "true" (fails on a finding by
default), not "false" -- the CLI (own-check.sh) is the one that
defaults to off. Corrected and clarified the CLI-vs-Action distinction.1 parent bd935b1 commit 6b08e38
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments