mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
expected-changes: Use set constructor
This commit is contained in:
committed by
GitHub
parent
a89c82bf74
commit
5f20f1984c
@@ -373,7 +373,7 @@ def main(pr_number: Optional[int], sha_override: Optional[str] = None, force=Fal
|
||||
target_url=job["html_url"],
|
||||
created_at=check_run["completed_at"],
|
||||
nwo=nwo,
|
||||
job_ids=[job["id"]],
|
||||
job_ids={job["id"]},
|
||||
))
|
||||
break
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user