Codingaditya17 commented on PR #67550:
URL: https://github.com/apache/airflow/pull/67550#issuecomment-4544026714

   It looks like the failing CodeQL jobs are failing during `actions/checkout`, 
before any project code or tests run.
   
   The failure is happening at:
   
   `Checkout repository -> Fetching the repository -> Error: The process 
'/usr/bin/git' failed with exit code 128`
   
   I do not see a more specific `fatal:` message in the visible logs, and I do 
not seem to have permission to rerun the failed jobs from the UI. Could a 
maintainer please rerun the failed checks when possible?
   
   Local validation for the code change passed:
   
   `uv run pytest 
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_import_error.py 
-q`
   
   Result: `32 passed, 1 warning`
   
   `uv run prek run --files 
airflow-core/src/airflow/api_fastapi/core_api/routes/public/import_error.py 
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_import_error.py`
   
   Result: mypy and formatting passed locally. The only local hook I could not 
run was `generate-openapi-spec` because Docker is not running on my machine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to