mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
chore(ci): audit dependency fingerprint exports (#112190)
This commit is contained in:
@@ -131,7 +131,7 @@ function trackedPackageManifests(workspace) {
|
||||
.sort();
|
||||
}
|
||||
|
||||
export function computeDependencyFingerprint({ workspace, frozenLockfile }) {
|
||||
function computeDependencyFingerprint({ workspace, frozenLockfile }) {
|
||||
const hash = createHash("sha256");
|
||||
addRecord(hash, "contract", "frozen-lockfile", String(frozenLockfile));
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ const scriptEntries = productionConfig.workspaces["."].entry.filter((entry) =>
|
||||
);
|
||||
|
||||
const repositoryToolEntries = [
|
||||
".github/actions/setup-node-env/dependency-fingerprint.mjs!",
|
||||
".github/actions/register-bind-mount-cleanup/main.cjs!",
|
||||
".github/actions/register-bind-mount-cleanup/post.cjs!",
|
||||
"apps/android/scripts/build-release-artifacts.ts!",
|
||||
|
||||
@@ -119,6 +119,7 @@ describe("check-deadcode-exports", () => {
|
||||
expect(scriptRootWorkspace.entry).toEqual(
|
||||
expect.arrayContaining([
|
||||
".agents/skills/**/scripts/**/*.{js,mjs,cjs,ts,mts,cts}!",
|
||||
".github/actions/setup-node-env/dependency-fingerprint.mjs!",
|
||||
".github/actions/register-bind-mount-cleanup/main.cjs!",
|
||||
"apps/android/scripts/build-release-artifacts.ts!",
|
||||
"security/opengrep/check-rule-metadata.mjs!",
|
||||
|
||||
Reference in New Issue
Block a user