Skip to content

GitHub Action to Compare Dependencies #36

GitHub Action to Compare Dependencies

GitHub Action to Compare Dependencies #36

Triggered via pull request August 12, 2024 14:26
Status Failure
Total duration 41s
Artifacts

sync_native_dependency.yml

on: pull_request
compare_dependency_constraints_script
32s
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 uses Node.js version which is deprecated 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/