From 442980ad88dea7d9937ace81d5063367325d37b2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Sep 2024 12:36:22 +0200 Subject: [PATCH] updated parakamiko to be above 3.4.1 --- .gitea/workflows/gitea-actions-sonarqube.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-sonarqube.yml b/.gitea/workflows/gitea-actions-sonarqube.yml index 384311e..cdea4cc 100644 --- a/.gitea/workflows/gitea-actions-sonarqube.yml +++ b/.gitea/workflows/gitea-actions-sonarqube.yml @@ -48,4 +48,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@main # or version tag instead of 'main' \ No newline at end of file + uses: ansible/ansible-lint@main # or version tag instead of 'main' + with: + # args: "" + setup_python: "true" + working_directory: "" + requirements_file: "roles/requirements.yml"