Commit 500c96b
security: pin all actions to commit SHAs (SECCMP-1797)
Pin actions/checkout@v4, actions/setup-python@v4, and actions/github-script@v7
to immutable commit SHAs to prevent supply chain attacks.
- actions/checkout -> 34e114876b0b11c390a56381ad16ebd13914f8d5
- actions/setup-python -> 7f4fc3e22c37d6ff65e88745f38bd3157c663f7c
- actions/github-script -> f28e40c7f34bde8b3046d885e986cb6290c5673b
Note: reverts accidental regression introduced in prior SHA-pin attempt that
inadvertently reverted pull_request_target trigger, refs/pull/N/head checkout
ref, pull-requests: read permission, and --files-from-stdin argument safety.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dc32a2b commit 500c96b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments