Commit b6e699f
ci: address review on checksum workflow — pin checkout, guard empty glob, quiet output (DEVA11Y-475)
Resolves the three review comments on the verify-selfupdate-checksums workflow:
- F-3: pin actions/checkout to a full SHA (v4.2.2) to match the repo's Semgrep.yml convention and close the action-injection surface.
- F-2: guard against an empty scripts/**/*.sh glob (would otherwise pass silently); error and exit 1 if no scripts are found.
- F-1: redirect sha256sum -c stdout to /dev/null and emit a ::notice:: on success, so GitHub annotations are the sole pass/fail channel.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 796017a commit b6e699f
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
59 | | - | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
0 commit comments