Skip to content

chore: bump GH action dependencies #212

chore: bump GH action dependencies

chore: bump GH action dependencies #212

Triggered via pull request December 12, 2023 10:13
Status Failure
Total duration 49s
Artifacts

main.yml

on: pull_request
Run linter and tests
40s
Run linter and tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
fqcn[action-core]: tasks/configure_agent.yml#L2
Use FQCN for builtin module actions (package).
name[casing]: tasks/configure_agent.yml#L2
All names should start with an uppercase letter.
fqcn[action-core]: tasks/configure_agent.yml#L11
Use FQCN for builtin module actions (package).
name[casing]: tasks/configure_agent.yml#L11
All names should start with an uppercase letter.
fqcn[action-core]: tasks/configure_agent.yml#L21
Use FQCN for builtin module actions (pip).
name[casing]: tasks/configure_agent.yml#L21
All names should start with an uppercase letter.
fqcn[action-core]: tasks/configure_agent.yml#L30
Use FQCN for builtin module actions (stat).
fqcn[action-core]: tasks/configure_agent.yml#L37
Use FQCN for builtin module actions (file).
fqcn[action-core]: tasks/configure_agent.yml#L46
Use FQCN for builtin module actions (set_fact).
fqcn[action-core]: tasks/configure_agent.yml#L50
Use FQCN for builtin module actions (set_fact).
jinja[spacing]: tasks/setup_agent_service.yml#L13
Jinja2 spacing could be improved: {{ nrinfragent_service_enabled | ternary('auto','manual') }} -> {{ nrinfragent_service_enabled | ternary('auto', 'manual') }}
Run linter and tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/