Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow workflows/ansible-lint.yml uses deprecated ansible/ansible-lint-action@main #168

Open
yurnov opened this issue Jan 15, 2025 · 0 comments · May be fixed by #169
Open

Workflow workflows/ansible-lint.yml uses deprecated ansible/ansible-lint-action@main #168

yurnov opened this issue Jan 15, 2025 · 0 comments · May be fixed by #169

Comments

@yurnov
Copy link
Contributor

yurnov commented Jan 15, 2025

The https://github.com/ansible/ansible-lint-action is unmaintained and is used here:

name: ansible-lint
on:
  workflow_call:

jobs:
  ansible-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: ansible-network/github_actions/.github/actions/checkout_dependency@main
      - name: Run ansible-lint
        uses: ansible/ansible-lint-action@main

Suggested to be replaced by https://github.com/marketplace/actions/run-ansible-lint

yurnov added a commit to yurnov/github_actions that referenced this issue Jan 15, 2025
Fixes ansible-network#168

Replace the deprecated `ansible/ansible-lint-action@main` with `ansible/ansible-lint@main` in the workflow file `.github/workflows/ansible-lint.yml`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ansible-network/github_actions/issues/168?shareId=XXXX-XXXX-XXXX-XXXX).
@yurnov yurnov linked a pull request Jan 15, 2025 that will close this issue
yurnov added a commit to yurnov/github_actions that referenced this issue Jan 16, 2025
Fixes ansible-network#168

Replace the deprecated `ansible/ansible-lint-action@main` with `ansible/ansible-lint@main` in the workflow file `.github/workflows/ansible-lint.yml`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant