I just setup codeql for python. It seems to most of the work and then at the very end it exits with a 1 and fails.
The error seems to just be Error: Not Found and that's it, as far as I know.
The repo and job is public, check this workflow run out:
https://github.com/duplocloud/duploctl/actions/runs/10359370685/job/28676373592
I reran with debug on, but it spat out about 90k lines.
https://github.com/duplocloud/duploctl/actions/runs/10359370685/job/28676611006
Here is the link directly to the failing action in the workflow:
https://github.com/duplocloud/duploctl/blob/9d3b76925a99c474d8657b19f04e514f3f2a94b8/.github/workflows/quality.yml#L72
Is it failing to upload something somewhere? Seem kinda like that's the case.
Am I missing a permission?
I just setup codeql for python. It seems to most of the work and then at the very end it exits with a
1and fails.The error seems to just be
Error: Not Foundand that's it, as far as I know.The repo and job is public, check this workflow run out:
https://github.com/duplocloud/duploctl/actions/runs/10359370685/job/28676373592
I reran with debug on, but it spat out about 90k lines.
https://github.com/duplocloud/duploctl/actions/runs/10359370685/job/28676611006
Here is the link directly to the failing action in the workflow:
https://github.com/duplocloud/duploctl/blob/9d3b76925a99c474d8657b19f04e514f3f2a94b8/.github/workflows/quality.yml#L72
Is it failing to upload something somewhere? Seem kinda like that's the case.
Am I missing a permission?