8000 expected-changes: Use set constructor · github/codeql@5f20f19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f20f19

Browse files
authored
expected-changes: Use set constructor
1 parent a89c82b commit 5f20f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/accept-expected-changes-from-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def ok_job_name(job_name: str) -> bool:
373373
target_url=job["html_url"],
374374
created_at=check_run["completed_at"],
375375
nwo=nwo,
376-
job_ids=[job["id"]],
376+
job_ids={job["id"]},
377377
))
378378
break
379379
else:

0 commit comments

Comments
 (0)
0