Skip to content

fix(docker): Update to version 24.0.9 #60

fix(docker): Update to version 24.0.9

fix(docker): Update to version 24.0.9 #60

Triggered via pull request March 7, 2024 00:52
Status Success
Total duration 43s
Artifacts

linters.yml

on: pull_request
ansible-lint
34s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
ansible-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jinja[spacing]: roles/download_artifact/vars/main.yml#L20
Jinja2 spacing could be improved: {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }} {%- else -%} {{ ansible_facts['architecture'] }} {%- endif -%} -> {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }}{%- else -%} {{ ansible_facts['architecture'] }}{%- endif -%}