Skip to content

GitHub Action to Compare Dependencies #37

GitHub Action to Compare Dependencies

GitHub Action to Compare Dependencies #37

Triggered via pull request September 24, 2024 08:22
Status Failure
Total duration 42s
Artifacts

sync_native_dependency.yml

on: pull_request
compare_dependency_constraints_script
33s
compare_dependency_constraints_script
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Native Image Discrepancy: docker/py3-tools/pyproject.toml#L37
requests is * in py3-tools, but {'extras': ['socks'], 'version': '*'} in the py3-native image. This discrepancy may cause issues when running content.
Native Image Discrepancy: docker/py3-tools-ubi/pyproject.toml#L36
requests is * in py3-tools-ubi, but {'extras': ['socks'], 'version': '*'} in the py3-native image. This discrepancy may cause issues when running content.
Native Image Discrepancy: docker/py3-tools-ubi/pyproject.toml#L51
certifi is * in py3-tools-ubi, but missing in the py3-tools image. This discrepancy may cause issues when running content.
compare_dependency_constraints_script
Process completed with exit code 1.
compare_dependency_constraints_script
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/