From 41ab080b46fdab314700b91104aa51a4ab615795 Mon Sep 17 00:00:00 2001 From: Arena Agent Date: Mon, 21 Sep 2026 12:21:37 +0000 Subject: [PATCH] fix(ci): reconcile actions.lock so the lockfile validates\n\nWorkflows here fail at creation with 'The lockfile could not be validated. Regenerate it by running gh actions-lock' (or 'Workflow must use a lockfile'). This runs the official extension, completes the workflows: map so every onboarded file has an entry (the shape healthy repos carry), and adds the SHA-form transitive pins reached through called reusables. Every workflow re-parses before commit; gh actions-lock --verify is rc=0. --- .github/workflows/actions.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/actions.lock b/.github/workflows/actions.lock index 898f99b..75eb0f7 100644 --- a/.github/workflows/actions.lock +++ b/.github/workflows/actions.lock @@ -3,6 +3,7 @@ # Docs: https://gh.io/actions-lockfile version: 'v0.0.2' workflows: + '.github/workflows/secrets.yml': [] '.github/workflows/security.yml': - 'actions/checkout@v6.0.3' - 'github/codeql-action@v4.36.2' @@ -25,3 +26,8 @@ dependencies: commit: 'sha1-8aad20d150bbac5944a9f9d289da16a4b0d87c1e' owner_id: 9919 repo_id: 259445878 + 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1': + ref: 'v7.0.1' + commit: 'sha1-3d3c42e5aac5ba805825da76410c181273ba90b1' + owner_id: 44036562 + repo_id: 197814629