Commit 78d9d7f
authored
fix(ci): restore the required owner_id/repo_id metadata in actions.lock (#73)
The Hypatia repin (#72) regenerated the lockfile with a helper of mine
that wrote the 8 transitive pins in the wrong shape: `ref` + `commit`
but no `owner_id`/`repo_id`, which the validator requires.
lockfile is unreadable: .github/workflows/actions.lock: line 139, column
5: missing required action field "owner_id" for dependency
"actions/cache@55cc8345..."
This adds the 8 missing pairs, fetched from the API. `gh actions-lock
--verify` now passes locally (rc=0, 13 workflows scanned). The helper
has been fixed so it cannot emit this shape again.1 parent 0bad773 commit 78d9d7f
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| 162 | + | |
| 163 | + | |
154 | 164 | | |
155 | 165 | | |
156 | 166 | | |
| 167 | + | |
| 168 | + | |
157 | 169 | | |
158 | 170 | | |
159 | 171 | | |
| 172 | + | |
| 173 | + | |
160 | 174 | | |
161 | 175 | | |
162 | 176 | | |
| 177 | + | |
| 178 | + | |
0 commit comments