Commit 5085314
committed
actions: drop machine-specific replace, document lockfile generator limits
The committed go.mod for the lockfile-extension generator carried an
absolute-path replace directive pointing at a local clone of the private
actions-lockfile repo, which would leak a developer path and break builds
for anyone else. Keep the how-to-test comment but drop the replace line;
local testing uses `go mod edit -replace`.
Also update the two change notes to state that the extractor now generates
the pinnedByLockfileDataModel data into a database-local model pack (applied
via --model-packs), and document the composite-action completeness gap in
the generator README.1 parent f0cfed0 commit 5085314
4 files changed
Lines changed: 16 additions & 2 deletions
File tree
- actions
- extractor/tools/lockfile-extension-generator
- ql
- lib/change-notes
- src/change-notes
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments