Skip to content

Commit 719a834

Browse files
aegilopsCopilot
andauthored
Update audit_workflow_runs_utils.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f2a40df commit 719a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audit_workflow_runs_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function searchForActionsLines(logContent) {
8686
const sha = match[2];
8787

8888
const [repo, version] = action.split("@");
89-
actions.push([repo, version, sha]);
89+
actions.push([repo, version, sha, null, null]);
9090
}
9191
} else if (data.startsWith(immutableActionPrefix)) {
9292
foundActions = true;

0 commit comments

Comments
 (0)