Skip to content

fix(ci): restore the required owner_id/repo_id metadata in actions.lock - #73

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/actions-lock-owner-id
Sep 21, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
fix/actions-lock-owner-id

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

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.

@hyperpolymath
hyperpolymath merged commit 78d9d7f into main Sep 21, 2026
1 of 2 checks passed
@hyperpolymath
hyperpolymath deleted the fix/actions-lock-owner-id branch September 21, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant